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

Diff for /src/usr.bin/openssl/rand.c between version 1.13 and 1.14

version 1.13, 2018/02/07 05:47:55 version 1.14, 2019/07/14 03:30:46
Line 68 
Line 68 
         char *outfile;          char *outfile;
 } rand_config;  } rand_config;
   
 struct option rand_options[] = {  static const struct option rand_options[] = {
         {          {
                 .name = "base64",                  .name = "base64",
                 .desc = "Perform base64 encoding on output",                  .desc = "Perform base64 encoding on output",

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