Adapt DH to use with KEYMGMT
[openssl.git] / crypto / dh / dh_locl.h
index bb64cde9f7ca9da39b47f8a2e6373fcb6176fbd2..f0247b8d7d31b4bb8cbbe1c8d161f07a22b08893 100644 (file)
@@ -35,6 +35,9 @@ struct dh_st {
     const DH_METHOD *meth;
     ENGINE *engine;
     CRYPTO_RWLOCK *lock;
+
+    /* Provider data */
+    size_t dirty_cnt; /* If any key material changes, increment this */
 };
 
 struct dh_method {