Lost alert in DTLS
[openssl.git] / ssl / d1_pkt.c
index 7b49a7dd7a6db9221761f60a2547d2e80b4f12e7..d659ed428e6dcd8efb2b18b631976ce0a259e58b 100644 (file)
@@ -1065,7 +1065,7 @@ int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
             (s->d1->handshake_fragment[3] != 0)) {
             al = SSL_AD_DECODE_ERROR;
             SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_BAD_HELLO_REQUEST);
-            goto err;
+            goto f_err;
         }
 
         /*