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

Diff for /src/usr.bin/openssl/dsa.c between version 1.5 and 1.6

version 1.5, 2015/09/11 14:30:23 version 1.6, 2015/10/10 22:28:51
Line 240 
Line 240 
         BIO *in = NULL, *out = NULL;          BIO *in = NULL, *out = NULL;
         char *passin = NULL, *passout = NULL;          char *passin = NULL, *passout = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&dsa_config, 0, sizeof(dsa_config));          memset(&dsa_config, 0, sizeof(dsa_config));
   
         dsa_config.pvk_encr = 2;          dsa_config.pvk_encr = 2;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6