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

Diff for /src/usr.bin/openssl/dsaparam.c between version 1.1 and 1.2

version 1.1, 2014/08/26 17:47:24 version 1.2, 2014/08/28 14:23:52
Line 209 
Line 209 
                 BIO_printf(bio_err, " number        number of bits to use for generating private key\n");                  BIO_printf(bio_err, " number        number of bits to use for generating private key\n");
                 goto end;                  goto end;
         }          }
         ERR_load_crypto_strings();  
   
         in = BIO_new(BIO_s_file());          in = BIO_new(BIO_s_file());
         out = BIO_new(BIO_s_file());          out = BIO_new(BIO_s_file());

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2