This commit is contained in:
Zhi Guan
2017-12-08 21:29:23 +08:00
parent e586232c5b
commit 2c2739c9e2
3 changed files with 4 additions and 4 deletions

View File

@@ -2898,7 +2898,7 @@ CERT_PKEY *ssl_get_server_send_pkey_ex(SSL *s)
if (i < 0)
return NULL;
if (i == SSL_PKEY_SM2_SIGN) {
if (i == SSL_PKEY_SM2) {
i = SSL_PKEY_SM2_ENC;
}