提交 1690863a 编写于 作者: R Richard Levitte

Confusion between algorithms resolved.

上级 39721132
...@@ -136,7 +136,7 @@ static void engine_def_check(void) ...@@ -136,7 +136,7 @@ static void engine_def_check(void)
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_RSA
engine_def_check_util(&engine_def_rsa, e); engine_def_check_util(&engine_def_rsa, e);
#endif #endif
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_DSA
engine_def_check_util(&engine_def_dsa, e); engine_def_check_util(&engine_def_dsa, e);
#endif #endif
#ifndef OPENSSL_NO_DH #ifndef OPENSSL_NO_DH
......
...@@ -782,7 +782,7 @@ err: ...@@ -782,7 +782,7 @@ err:
} }
#endif #endif
#ifndef OPENSSL_NO_DSA #ifndef OPENSSL_NO_DH
static int ubsec_dh_compute_key (unsigned char *key,const BIGNUM *pub_key,DH *dh) static int ubsec_dh_compute_key (unsigned char *key,const BIGNUM *pub_key,DH *dh)
{ {
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册