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

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

version 1.8, 2015/09/11 20:55:59 version 1.9, 2015/09/12 19:34:07
Line 455 
Line 455 
   
         /* Lets load up our environment a little */          /* Lets load up our environment a little */
         p = getenv("OPENSSL_CONF");          p = getenv("OPENSSL_CONF");
         if (p == NULL)  
                 p = getenv("SSLEAY_CONF");  
         if (p == NULL) {          if (p == NULL) {
                 p = to_free = make_config_name();                  p = to_free = make_config_name();
                 if (p == NULL) {                  if (p == NULL) {

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