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

Diff for /src/usr.bin/openssl/rsa.c between version 1.7 and 1.8

version 1.7, 2015/10/17 07:51:10 version 1.8, 2015/10/17 15:00:11
Line 269 
Line 269 
         char *passin = NULL, *passout = NULL;          char *passin = NULL, *passout = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath tty", NULL) == -1)                  if (pledge("stdio rpath wpath cpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         memset(&rsa_config, 0, sizeof(rsa_config));          memset(&rsa_config, 0, sizeof(rsa_config));

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8