Add Key Management support for EdDSA keys
[oweals/openssl.git] / providers / implementations / include / prov / implementations.h
index ea33bedfd832b123623accaf5ddd9b3dd34b5992..e3afa987d6b0f86fe6e98dbb573f60801f70a126 100644 (file)
@@ -259,6 +259,8 @@ 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[];
+extern const OSSL_DISPATCH ed25519_keymgmt_functions[];
+extern const OSSL_DISPATCH ed448_keymgmt_functions[];
 extern const OSSL_DISPATCH ec_keymgmt_functions[];
 
 /* Key Exchange */