summaryrefslogtreecommitdiffstats
path: root/ssl/d1_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/d1_msg.c')
-rw-r--r--ssl/d1_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c
index 279435ca03..eb84ed6470 100644
--- a/ssl/d1_msg.c
+++ b/ssl/d1_msg.c
@@ -48,7 +48,7 @@ int dtls1_dispatch_alert(SSL *ssl)
if (s == NULL)
return 0;
- s->s3.alert_dispatch = 0;
+ s->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE;
memset(buf, 0, sizeof(buf));
*ptr++ = s->s3.send_alert[0];