[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.13 and 1.14

version 1.13, 2018/08/24 22:56:45 version 1.14, 2019/07/14 03:30:46
Line 103 
Line 103 
         return (0);          return (0);
 }  }
   
 static struct option pkcs8_options[] = {  static const struct option pkcs8_options[] = {
         {          {
                 .name = "in",                  .name = "in",
                 .argname = "file",                  .argname = "file",

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14