Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)

This commit is contained in:
Bodo Möller
2006-01-08 19:42:30 +00:00
parent 01c76c6606
commit 739a543ea8
12 changed files with 111 additions and 101 deletions

View File

@@ -422,7 +422,7 @@ static int ssl23_client_hello(SSL *s)
#ifndef OPENSSL_NO_TLSEXT
if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL)
{
SSLerr(SSL_F_SSL3_CLIENT_HELLO,ERR_R_INTERNAL_ERROR);
SSLerr(SSL_F_SSL23_CLIENT_HELLO,ERR_R_INTERNAL_ERROR);
return -1;
}
#endif