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

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

version 1.5, 2015/08/19 18:25:31 version 1.6, 2015/10/10 22:28:51
Line 158 
Line 158 
         int ret = 1, i;          int ret = 1, i;
         BIO *out = NULL;          BIO *out = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&sess_id_config, 0, sizeof(sess_id_config));          memset(&sess_id_config, 0, sizeof(sess_id_config));
   
         sess_id_config.informat = FORMAT_PEM;          sess_id_config.informat = FORMAT_PEM;

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