X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Finclude%2Fprov%2Fimplementations.h;h=f4e0dc9b0253159f989910113a5b61aede42b946;hp=9802ad38f3d3d4c131cdf81c30d99e361d2eeeeb;hb=6f7d213533d9c7c2d810499cfedaa6d2424482c9;hpb=90d3cb57c6caafbe031e32a99051386b8c5a90c0 diff --git a/providers/implementations/include/prov/implementations.h b/providers/implementations/include/prov/implementations.h index 9802ad38f3..f4e0dc9b02 100644 --- a/providers/implementations/include/prov/implementations.h +++ b/providers/implementations/include/prov/implementations.h @@ -262,6 +262,8 @@ extern const OSSL_DISPATCH x448_keymgmt_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[];