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

Diff for /src/usr.bin/openssl/crl.c between version 1.2 and 1.3

version 1.2, 2014/08/28 14:01:32 version 1.3, 2014/08/28 14:23:52
Line 272 
Line 272 
                 }                  }
         }          }
   
         ERR_load_crypto_strings();  
         x = load_crl(crl_config.infile, crl_config.informat);          x = load_crl(crl_config.infile, crl_config.informat);
         if (x == NULL)          if (x == NULL)
                 goto end;                  goto end;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3