Implement Provider side Key Management for X25519 and X448
[oweals/openssl.git] / providers / implementations / include / prov / implementations.h
index 417f74afeaca2f6c5b1cef26686407e71d71f67d..9802ad38f3d3d4c131cdf81c30d99e361d2eeeeb 100644 (file)
@@ -257,6 +257,8 @@ extern const OSSL_DISPATCH kdf_krb5kdf_functions[];
 extern const OSSL_DISPATCH dh_keymgmt_functions[];
 extern const OSSL_DISPATCH dsa_keymgmt_functions[];
 extern const OSSL_DISPATCH rsa_keymgmt_functions[];
+extern const OSSL_DISPATCH x25519_keymgmt_functions[];
+extern const OSSL_DISPATCH x448_keymgmt_functions[];
 
 /* Key Exchange */
 extern const OSSL_DISPATCH dh_keyexch_functions[];