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

Diff for /src/usr.bin/openssl/dh.c between version 1.6 and 1.7

version 1.6, 2015/09/11 14:30:23 version 1.7, 2015/10/10 22:28:51
Line 158 
Line 158 
         BIO *in = NULL, *out = NULL;          BIO *in = NULL, *out = NULL;
         int ret = 1;          int ret = 1;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&dh_config, 0, sizeof(dh_config));          memset(&dh_config, 0, sizeof(dh_config));
   
         dh_config.informat = FORMAT_PEM;          dh_config.informat = FORMAT_PEM;

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