summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_local.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-15 21:31:45 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-17 18:07:45 +0200
commit29be60235b9bf86bb38f28349b405bb112250d4b (patch)
tree1a59f70cac8a5ad7b628a01d963bba85dfd4daf9 /crypto/rsa/rsa_local.h
parentc3a4fa4cb849ba300d4691154c0c12ac19d24710 (diff)
New RSA keymgmt implementation to handle import / export of RSA keys
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10190)
Diffstat (limited to 'crypto/rsa/rsa_local.h')
-rw-r--r--crypto/rsa/rsa_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/rsa_local.h b/crypto/rsa/rsa_local.h
index 204fde29fa..ae71567f7a 100644
--- a/crypto/rsa/rsa_local.h
+++ b/crypto/rsa/rsa_local.h
@@ -66,6 +66,8 @@ struct rsa_st {
BN_BLINDING *blinding;
BN_BLINDING *mt_blinding;
CRYPTO_RWLOCK *lock;
+
+ int dirty_cnt;
};
struct rsa_meth_st {