Fix error codes.

(cherry picked from commit 35d732fc2e)
This commit is contained in:
Dr. Stephen Henson
2013-02-04 21:13:18 +00:00
parent 8a5d624d5b
commit 25590043d1
5 changed files with 5 additions and 3 deletions

View File

@@ -2162,7 +2162,7 @@ CERT_PKEY *ssl_get_server_send_pkey(const SSL *s)
i=SSL_PKEY_GOST01;
else /* if (alg_a & SSL_aNULL) */
{
SSLerr(SSL_F_SSL_GET_SERVER_SEND_CERT,ERR_R_INTERNAL_ERROR);
SSLerr(SSL_F_SSL_GET_SERVER_SEND_PKEY,ERR_R_INTERNAL_ERROR);
return(NULL);
}