From 29be60235b9bf86bb38f28349b405bb112250d4b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 15 Oct 2019 21:31:45 +0200 Subject: New RSA keymgmt implementation to handle import / export of RSA keys Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10190) --- crypto/rsa/rsa_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/rsa/rsa_local.h') 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 { -- cgit v1.2.3