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

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

version 1.14, 2019/07/09 11:02:52 version 1.15, 2019/07/14 03:30:46
Line 157 
Line 157 
         return (0);          return (0);
 }  }
   
 static struct option genrsa_options[] = {  static const struct option genrsa_options[] = {
         {          {
                 .name = "3",                  .name = "3",
                 .desc = "Use 3 for the E value",                  .desc = "Use 3 for the E value",

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