New RSA keymgmt implementation to handle import / export of RSA keys
[openssl.git] / providers / implementations / include / prov / implementations.h
index 44b0a6fbc222bfcc2aae7a6501ada88b1a72ecb0..16f212911509790b27503e648aea35e7cb2a4f79 100644 (file)
@@ -241,6 +241,7 @@ extern const OSSL_DISPATCH kdf_x942_kdf_functions[];
 /* Key management */
 extern const OSSL_DISPATCH dh_keymgmt_functions[];
 extern const OSSL_DISPATCH dsa_keymgmt_functions[];
+extern const OSSL_DISPATCH rsa_keymgmt_functions[];
 
 /* Key Exchange */
 extern const OSSL_DISPATCH dh_keyexch_functions[];