From: Stefan Eissing Date: Tue, 18 May 2021 12:11:32 +0000 (+0000) Subject: Merge: /httpd/httpd/trunk:r1889995 X-Git-Tag: candidate-2.4.49~3^2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69ef5ca58b7613c554e91254503ca7817631479e;p=thirdparty%2Fapache%2Fhttpd.git Merge: /httpd/httpd/trunk:r1889995 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/md/md_crypt.c b/modules/md/md_crypt.c index 5c4d9f047e1..6f3ee7b077f 100644 --- a/modules/md/md_crypt.c +++ b/modules/md/md_crypt.c @@ -71,6 +71,11 @@ #include #endif +#if defined(LIBRESSL_VERSION_NUMBER) +#define EVP_PKEY_X25519 NID_X25519 +#define EVP_PKEY_X448 NID_X448 +#endif + static int initialized; struct md_pkey_t {