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

Diff for /src/usr.bin/openssl/openssl.c between version 1.14 and 1.15

version 1.14, 2015/10/07 05:21:41 version 1.15, 2015/10/09 01:37:08
Line 436 
Line 436 
         arg.data = NULL;          arg.data = NULL;
         arg.count = 0;          arg.count = 0;
   
         if (tame("stdio inet rpath cpath wpath proc", NULL) == -1) {          if (pledge("stdio inet rpath cpath wpath proc", NULL) == -1) {
                 fprintf(stderr, "openssl: tame: %s\n", strerror(errno));                  fprintf(stderr, "openssl: pledge: %s\n", strerror(errno));
                 exit(1);                  exit(1);
         }          }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15