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

Diff for /src/usr.bin/openssl/pkeyparam.c between version 1.4 and 1.5

version 1.4, 2015/04/11 15:21:42 version 1.5, 2015/04/11 15:41:57
Line 147 
Line 147 
                 if (!(in = BIO_new_file(pkeyparam_config.infile, "r"))) {                  if (!(in = BIO_new_file(pkeyparam_config.infile, "r"))) {
                         BIO_printf(bio_err, "Can't open input file %s\n",                          BIO_printf(bio_err, "Can't open input file %s\n",
                             pkeyparam_config.infile);                              pkeyparam_config.infile);
                           goto end;
                 }                  }
         } else          } else
                 in = BIO_new_fp(stdin, BIO_NOCLOSE);                  in = BIO_new_fp(stdin, BIO_NOCLOSE);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5