]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_locl.h
Implement DSA in the default provider
[thirdparty/openssl.git] / crypto / dsa / dsa_locl.h
index 5c464e7c25661a020544e40c8f62b501729130e6..e56ff06977511edcb95bbe083a739a3c33ba1b15 100644 (file)
@@ -31,6 +31,9 @@ struct dsa_st {
     /* functional reference if 'meth' is ENGINE-provided */
     ENGINE *engine;
     CRYPTO_RWLOCK *lock;
+
+    /* Provider data */
+    size_t dirty_cnt; /* If any key material changes, increment this */
 };
 
 struct DSA_SIG_st {