Add patch to crypto/evp which didn't apply from PR#2124

This commit is contained in:
Dr. Stephen Henson
2009-12-09 15:01:39 +00:00
parent e4bcadb302
commit 338a61b94e
6 changed files with 12 additions and 4 deletions

View File

@@ -698,7 +698,7 @@ int dtls1_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_DTLS1_CLIENT_HELLO,ERR_R_INTERNAL_ERROR);
goto err;
}
#endif