summaryrefslogtreecommitdiff
path: root/www/apache24/files/patch-modules_md_md__crypt.c
blob: 0969f6c99a5ab397eb4d1885b14e4c1b3705df17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 {