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

Diff for /src/usr.bin/openssl/Attic/nseq.c between version 1.4 and 1.5

version 1.4, 2015/08/22 16:36:05 version 1.5, 2015/10/10 22:28:51
Line 109 
Line 109 
         NETSCAPE_CERT_SEQUENCE *seq = NULL;          NETSCAPE_CERT_SEQUENCE *seq = NULL;
         int i, ret = 1;          int i, ret = 1;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&nseq_config, 0, sizeof(nseq_config));          memset(&nseq_config, 0, sizeof(nseq_config));
   
         if (options_parse(argc, argv, nseq_options, NULL, NULL) != 0) {          if (options_parse(argc, argv, nseq_options, NULL, NULL) != 0) {

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