]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/include/prov/implementations.h
PROV: add RSA signature implementation
[thirdparty/openssl.git] / providers / implementations / include / prov / implementations.h
index ec0507d86baf36e9da47781bde05d642528c2b9d..6d6a26d1e0fa7b052f8b654b6a379965612fd754 100644 (file)
@@ -269,6 +269,7 @@ extern const OSSL_DISPATCH ecdh_keyexch_functions[];
 
 /* Signature */
 extern const OSSL_DISPATCH dsa_signature_functions[];
+extern const OSSL_DISPATCH rsa_signature_functions[];
 
 /* Asym Cipher */
 extern const OSSL_DISPATCH rsa_asym_cipher_functions[];