From 12bdb643756d829569bb903e5b806613ff975ccb Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Sat, 2 Apr 2005 09:29:15 +0000 Subject: use SHA-1 as the default digest for the apps/openssl commands --- apps/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/req.c') diff --git a/apps/req.c b/apps/req.c index d634268653..f43c477f75 100644 --- a/apps/req.c +++ b/apps/req.c @@ -187,7 +187,7 @@ int MAIN(int argc, char **argv) char *p; char *subj = NULL; int multirdn = 0; - const EVP_MD *md_alg=NULL,*digest=EVP_md5(); + const EVP_MD *md_alg=NULL,*digest=EVP_sha1(); unsigned long chtype = MBSTRING_ASC; #ifndef MONOLITH char *to_free; -- cgit v1.2.3