[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
[openssl.git] / crypto / ec / ec_local.h
index c0eacc9ce56b34292fc370fb50e2e2896541e00d..dacb2ca0af6fa6aba6fd02810d74bfd74e0ecfa6 100644 (file)
@@ -301,6 +301,9 @@ struct ec_key_st {
 #endif
     CRYPTO_RWLOCK *lock;
     OPENSSL_CTX *libctx;
+
+    /* Provider data */
+    size_t dirty_cnt; /* If any key material changes, increment this */
 };
 
 struct ec_point_st {