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

Diff for /src/usr.bin/openssl/cms.c between version 1.3 and 1.4

version 1.3, 2015/09/11 14:30:23 version 1.4, 2015/10/10 22:28:51
Line 135 
Line 135 
   
         X509_VERIFY_PARAM *vpm = NULL;          X509_VERIFY_PARAM *vpm = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         args = argv + 1;          args = argv + 1;
         ret = 1;          ret = 1;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4