use SHA-1 as the default digest for the apps/openssl commands

This commit is contained in:
Nils Larsch
2005-04-02 09:29:15 +00:00
parent 7bdf8eed69
commit 12bdb64375
6 changed files with 11 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ int MAIN(int argc, char **argv)
X509_OBJECT xobj;
EVP_PKEY *pkey;
int do_ver = 0;
const EVP_MD *md_alg,*digest=EVP_md5();
const EVP_MD *md_alg,*digest=EVP_sha1();
apps_startup();