mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Confusion between algorithms resolved.
This commit is contained in:
parent
397211323c
commit
1690863acc
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user