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

Diff for /src/usr.bin/openssl/enc.c between version 1.11 and 1.12

version 1.11, 2016/04/07 20:02:19 version 1.12, 2017/01/20 08:57:12
Line 339 
Line 339 
         int i;          int i;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath tty", NULL) == -1) {                  if (pledge("stdio cpath wpath rpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

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