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

Diff for /src/usr.bin/openssl/pkcs8.c between version 1.2 and 1.3

version 1.2, 2014/08/28 14:23:52 version 1.3, 2014/08/28 14:25:48
Line 95 
Line 95 
         informat = FORMAT_PEM;          informat = FORMAT_PEM;
         outformat = FORMAT_PEM;          outformat = FORMAT_PEM;
   
         OpenSSL_add_all_algorithms();  
         args = argv + 1;          args = argv + 1;
         while (!badarg && *args && *args[0] == '-') {          while (!badarg && *args && *args[0] == '-') {
                 if (!strcmp(*args, "-v2")) {                  if (!strcmp(*args, "-v2")) {

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