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

@@ -814,7 +814,7 @@ int dtls1_send_server_hello(SSL *s)
#ifndef OPENSSL_NO_TLSEXT
if ((p = ssl_add_serverhello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL)
{
SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO,ERR_R_INTERNAL_ERROR);
SSLerr(SSL_F_DTLS1_SEND_SERVER_HELLO,ERR_R_INTERNAL_ERROR);
return -1;
}
#endif