Confusion between algorithms resolved.

This commit is contained in:
Richard Levitte 2001-06-01 15:30:13 +00:00
parent 397211323c
commit 1690863acc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;