From 1690863acc891968cc483d6bf62438bc63284e5b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 1 Jun 2001 15:30:13 +0000 Subject: [PATCH] Confusion between algorithms resolved. --- crypto/engine/engine_lib.c | 2 +- crypto/engine/hw_ubsec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- GitLab