Add DSA support to mkcert.sh
[openssl.git] / ssl / ssl_locl.h
index 991766f05b4700fa01dad0575698568cbcd482d7..70a47a8f54193208837cceefff25fdce7aeb805b 100644 (file)
@@ -1177,7 +1177,7 @@ struct ssl_st {
      */
     int renegotiate;
     /* If sending a KeyUpdate is pending */
-    SSL_KEY_UPDATE key_update;
+    int key_update;
 # ifndef OPENSSL_NO_SRP
     /* ctx for SRP authentication */
     SRP_CTX srp_ctx;