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

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

version 1.14, 2015/10/10 22:28:51 version 1.15, 2015/10/17 15:00:11
Line 260 
Line 260 
         int i, ret = 1;          int i, ret = 1;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath", NULL) == -1)                  if (pledge("stdio rpath wpath cpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         memset(&ecparam_config, 0, sizeof(ecparam_config));          memset(&ecparam_config, 0, sizeof(ecparam_config));

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