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

Diff for /src/usr.bin/openssl/ciphers.c between version 1.6 and 1.7

version 1.6, 2015/08/19 18:25:31 version 1.7, 2015/10/10 22:28:51
Line 81 
Line 81 
         int i, rv = 0;          int i, rv = 0;
         char *desc;          char *desc;
   
           if (single_execution) {
                   if (pledge("stdio rpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&ciphers_config, 0, sizeof(ciphers_config));          memset(&ciphers_config, 0, sizeof(ciphers_config));
   
         if (options_parse(argc, argv, ciphers_options, &cipherlist,          if (options_parse(argc, argv, ciphers_options, &cipherlist,

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