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

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

version 1.6, 2015/08/22 16:36:05 version 1.7, 2015/10/10 22:28:51
Line 213 
Line 213 
 int  int
 version_main(int argc, char **argv)  version_main(int argc, char **argv)
 {  {
           if (single_execution) {
                   if (pledge("stdio", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&version_config, 0, sizeof(version_config));          memset(&version_config, 0, sizeof(version_config));
   
         if (options_parse(argc, argv, version_options, NULL, NULL) != 0) {          if (options_parse(argc, argv, version_options, NULL, NULL) != 0) {

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