[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.17 and 1.18

version 1.17, 2023/03/06 14:32:06 version 1.18, 2023/07/23 11:39:29
Line 92 
Line 92 
 };  };
   
 static void  static void
 rand_usage()  rand_usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: rand [-base64 | -hex] [-out file] num\n");              "usage: rand [-base64 | -hex] [-out file] num\n");

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18