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

Diff for /src/usr.bin/openssl/gendh.c between version 1.5 and 1.6

version 1.5, 2015/09/11 14:30:23 version 1.6, 2015/10/10 22:28:51
Line 134 
Line 134 
         BIO *out = NULL;          BIO *out = NULL;
         char *strbits = NULL;          char *strbits = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         BN_GENCB_set(&cb, dh_cb, bio_err);          BN_GENCB_set(&cb, dh_cb, bio_err);
   
         memset(&gendh_config, 0, sizeof(gendh_config));          memset(&gendh_config, 0, sizeof(gendh_config));

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6