[BACK]Return to prime.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/prime.c between version 1.7 and 1.8

version 1.7, 2015/08/22 16:36:05 version 1.8, 2015/09/12 15:04:06
Line 177 
Line 177 
                         }                          }
                 }                  }
   
                 BN_print(bio_out, bn);                  BIO_printf(bio_out, "%s is %sprime\n", prime,
                 BIO_printf(bio_out, " is %sprime\n",  
                     BN_is_prime_ex(bn, prime_config.checks,                      BN_is_prime_ex(bn, prime_config.checks,
                         NULL, NULL) ? "" : "not ");                          NULL, NULL) ? "" : "not ");
         }          }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8