]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge: /httpd/httpd/trunk:r1889995
authorStefan Eissing <icing@apache.org>
Tue, 18 May 2021 12:11:32 +0000 (12:11 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 18 May 2021 12:11:32 +0000 (12:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889997 13f79535-47bb-0310-9956-ffa450edef68

modules/md/md_crypt.c

index 5c4d9f047e13b5a5a6b93fcd47b59c9d2f6d66ad..6f3ee7b077fdd318c74e5704ed1b0c164ea90917 100644 (file)
 #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 {