Improved modular exponentiation (automatic window optimisation if there is enough...
[BearSSL] / src / ssl / ssl_engine.c
index be78c5d..4d85be2 100644 (file)
@@ -1299,6 +1299,7 @@ br_ssl_engine_hs_reset(br_ssl_engine_context *cc,
        cc->hsrun = hsrun;
        cc->shutdown_recv = 0;
        cc->application_data = 0;
+       cc->alert = 0;
        jump_handshake(cc, 0);
 }