[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.15 and 1.16

version 1.15, 2022/11/11 17:07:39 version 1.16, 2023/03/05 13:12:53
Line 62 
Line 62 
 #include <openssl/bio.h>  #include <openssl/bio.h>
 #include <openssl/err.h>  #include <openssl/err.h>
   
 struct {  static struct {
         int base64;          int base64;
         int hex;          int hex;
         char *outfile;          char *outfile;

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