This change alters the processing of invalid, RSA pre-master secrets so
[openssl.git] / ssl / d1_srvr.c
index 27f31b6762c81da83994e51ce2552c4309cd0bf8..c628db56ef89102b4235b33520bc1a515dfd3edb 100644 (file)
@@ -667,7 +667,7 @@ int dtls1_accept(SSL *s)
                                 */
                                if (!s->s3->handshake_buffer)
                                        {
-                                       SSLerr(SSL_F_SSL3_ACCEPT,ERR_R_INTERNAL_ERROR);
+                                       SSLerr(SSL_F_DTLS1_ACCEPT,ERR_R_INTERNAL_ERROR);
                                        return -1;
                                        }
                                s->s3->flags |= TLS1_FLAGS_KEEP_HANDSHAKE;