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

Diff for /src/usr.bin/openssl/ec.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 277 
Line 277 
         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(&ec_config, 0, sizeof(ec_config));          memset(&ec_config, 0, sizeof(ec_config));
   
         ec_config.asn1_flag = OPENSSL_EC_NAMED_CURVE;          ec_config.asn1_flag = OPENSSL_EC_NAMED_CURVE;

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