Add X25519/X448 Key Exchange to the default provider
[openssl.git] / providers / implementations / include / prov / implementations.h
index 9802ad38f3d3d4c131cdf81c30d99e361d2eeeeb..f4e0dc9b0253159f989910113a5b61aede42b946 100644 (file)
@@ -262,6 +262,8 @@ extern const OSSL_DISPATCH x448_keymgmt_functions[];
 
 /* Key Exchange */
 extern const OSSL_DISPATCH dh_keyexch_functions[];
 
 /* Key Exchange */
 extern const OSSL_DISPATCH dh_keyexch_functions[];
+extern const OSSL_DISPATCH x25519_keyexch_functions[];
+extern const OSSL_DISPATCH x448_keyexch_functions[];
 
 /* Signature */
 extern const OSSL_DISPATCH dsa_signature_functions[];
 
 /* Signature */
 extern const OSSL_DISPATCH dsa_signature_functions[];