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

@@ -944,7 +944,7 @@ int ssl3_get_client_hello(SSL *s)
}
}
if (ssl_check_clienthello_tlsext(s) <= 0) {
SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_CLIENTHELLO_TLSEXT);
SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT);
goto err;
}
#endif