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

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

version 1.1, 2014/08/26 17:47:25 version 1.2, 2014/08/28 14:23:52
Line 399 
Line 399 
                 BIO_printf(bio_err, " -reqopt arg    - various request text options\n\n");                  BIO_printf(bio_err, " -reqopt arg    - various request text options\n\n");
                 goto end;                  goto end;
         }          }
         ERR_load_crypto_strings();  
         if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {          if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
                 BIO_printf(bio_err, "Error getting passwords\n");                  BIO_printf(bio_err, "Error getting passwords\n");
                 goto end;                  goto end;

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