From 1085fbd715563d82bb1eb5598a4448bce0de505d Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Thu, 27 May 2021 08:31:41 +0000 Subject: www/apache24: Update to 2.4.48 Approved by: apache (with hat) --- www/apache24/files/patch-modules_md_md__crypt.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/apache24/files/patch-modules_md_md__crypt.c (limited to 'www/apache24/files/patch-modules_md_md__crypt.c') diff --git a/www/apache24/files/patch-modules_md_md__crypt.c b/www/apache24/files/patch-modules_md_md__crypt.c new file mode 100644 index 000000000000..0969f6c99a5a --- /dev/null +++ b/www/apache24/files/patch-modules_md_md__crypt.c @@ -0,0 +1,15 @@ +Index: modules/md/md_crypt.c +--- modules/md/md_crypt.c.orig ++++ 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 { -- cgit v1.2.3