Provide a function to send a KeyUpdate message
[openssl.git] / ssl / ssl_locl.h
index 6f838778a6dd984b991a2b90598c905784782244..8a3f573bf97a8160e11cf6e93487fc99e97e1303 100644 (file)
@@ -1172,6 +1172,8 @@ struct ssl_st {
      * (i.e. not just sending a HelloRequest)
      */
     int renegotiate;
+    /* If sending a KeyUpdate is pending */
+    SSL_KEY_UPDATE key_update;
 # ifndef OPENSSL_NO_SRP
     /* ctx for SRP authentication */
     SRP_CTX srp_ctx;