aboutsummaryrefslogtreecommitdiff
path: root/test/fake_rsaprov.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2023-08-28 13:38:33 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2023-09-15 10:18:36 +0200
commitb8aca10d8efac1611cfcb739202c34da39f7e3d0 (patch)
treeed3baebb1732fb4b69667082c5b3e9571398b094 /test/fake_rsaprov.h
parent1aac593600f9656170dd144ca1219fdcd8ee8322 (diff)
downloadopenssl-b8aca10d8efac1611cfcb739202c34da39f7e3d0.zip
openssl-b8aca10d8efac1611cfcb739202c34da39f7e3d0.tar.gz
openssl-b8aca10d8efac1611cfcb739202c34da39f7e3d0.tar.bz2
Store: API for deletion - tests
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21901)
Diffstat (limited to 'test/fake_rsaprov.h')
-rw-r--r--test/fake_rsaprov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fake_rsaprov.h b/test/fake_rsaprov.h
index 190c46a..53056fa 100644
--- a/test/fake_rsaprov.h
+++ b/test/fake_rsaprov.h
@@ -13,3 +13,4 @@
OSSL_PROVIDER *fake_rsa_start(OSSL_LIB_CTX *libctx);
void fake_rsa_finish(OSSL_PROVIDER *p);
OSSL_PARAM *fake_rsa_key_params(int priv);
+void fake_rsa_restore_store_state(void);