From: Richard Levitte Date: Fri, 1 Jun 2001 15:30:13 +0000 (+0000) Subject: Confusion between algorithms resolved. X-Git-Tag: OpenSSL_0_9_6c~182^2~135 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1690863acc891968cc483d6bf62438bc63284e5b Confusion between algorithms resolved. --- diff --git a/crypto/engine/engine_lib.c b/crypto/engine/engine_lib.c index 05e9d393ad..594e4ddc94 100644 --- a/crypto/engine/engine_lib.c +++ b/crypto/engine/engine_lib.c @@ -136,7 +136,7 @@ static void engine_def_check(void) #ifndef OPENSSL_NO_RSA engine_def_check_util(&engine_def_rsa, e); #endif -#ifndef OPENSSL_NO_RSA +#ifndef OPENSSL_NO_DSA engine_def_check_util(&engine_def_dsa, e); #endif #ifndef OPENSSL_NO_DH diff --git a/crypto/engine/hw_ubsec.c b/crypto/engine/hw_ubsec.c index ca14d36c76..f8f1d4127c 100644 --- a/crypto/engine/hw_ubsec.c +++ b/crypto/engine/hw_ubsec.c @@ -782,7 +782,7 @@ err: } #endif -#ifndef OPENSSL_NO_DSA +#ifndef OPENSSL_NO_DH static int ubsec_dh_compute_key (unsigned char *key,const BIGNUM *pub_key,DH *dh) { return 0;