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

Diff for /src/usr.bin/openssl/ts.c between version 1.10 and 1.11

version 1.10, 2015/09/21 13:13:06 version 1.11, 2015/10/10 22:28:51
Line 149 
Line 149 
         /* Output is ContentInfo instead of TimeStampResp. */          /* Output is ContentInfo instead of TimeStampResp. */
         int token_out = 0;          int token_out = 0;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         for (argc--, argv++; argc > 0; argc--, argv++) {          for (argc--, argv++; argc > 0; argc--, argv++) {
                 if (strcmp(*argv, "-config") == 0) {                  if (strcmp(*argv, "-config") == 0) {
                         if (argc-- < 1)                          if (argc-- < 1)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11