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

Diff for /src/usr.bin/openssl/pkey.c between version 1.14 and 1.15

version 1.14, 2019/02/09 15:49:21 version 1.15, 2019/07/14 03:30:46
Line 97 
Line 97 
         return (0);          return (0);
 }  }
   
 static struct option pkey_options[] = {  static const struct option pkey_options[] = {
         {          {
                 .name = "in",                  .name = "in",
                 .argname = "file",                  .argname = "file",

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