[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.11 and 1.12

version 1.11, 2018/02/07 05:47:55 version 1.12, 2019/01/19 21:17:05
Line 243 
Line 243 
                 }                  }
         }          }
   
         digest = EVP_sha1();          digest = EVP_sha256();
   
         memset(&crl_config, 0, sizeof(crl_config));          memset(&crl_config, 0, sizeof(crl_config));
         crl_config.informat = FORMAT_PEM;          crl_config.informat = FORMAT_PEM;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12