fix function codes for error

This commit is contained in:
Bodo Möller
2007-04-24 01:06:19 +00:00
parent 0862caf27e
commit a291745eeb
14 changed files with 37 additions and 25 deletions

View File

@@ -833,7 +833,7 @@ int ssl3_get_server_hello(SSL *s)
}
if (ssl_check_serverhello_tlsext(s) <= 0)
{
SSLerr(SSL_F_SSL3_CONNECT,SSL_R_SERVERHELLO_TLSEXT);
SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_SERVERHELLO_TLSEXT);
goto err;
}
}