diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-05-27 08:31:41 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-05-27 08:31:41 +0000 |
commit | 1085fbd715563d82bb1eb5598a4448bce0de505d (patch) | |
tree | 7880c7f2cfb96c299cdfd0c98f02c39c6faf1cfd /www/apache24/files/patch-modules_md_md__crypt.c | |
parent | devel/scons: the py27 flavor is no longer needed (diff) |
www/apache24: Update to 2.4.48
Approved by: apache (with hat)
Diffstat (limited to 'www/apache24/files/patch-modules_md_md__crypt.c')
-rw-r--r-- | www/apache24/files/patch-modules_md_md__crypt.c | 15 |
1 files changed, 15 insertions, 0 deletions
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 <openssl/ct.h> + #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 { |