[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.8 and 1.9

version 1.8, 2015/09/11 14:30:23 version 1.9, 2015/10/10 22:28:51
Line 109 
Line 109 
         int i, r;          int i, r;
         BIO *out = NULL;          BIO *out = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&rand_config, 0, sizeof(rand_config));          memset(&rand_config, 0, sizeof(rand_config));
   
         if (options_parse(argc, argv, rand_options, &num_bytes, NULL) != 0) {          if (options_parse(argc, argv, rand_options, &num_bytes, NULL) != 0) {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9