aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-08-17 13:21:49 -0600
committerTheo Buehler <tb@openbsd.org>2025-08-17 13:22:46 -0600
commit45e37fba52b44966d95aa06bf1d8d718ad270081 (patch)
treec9dc4d662016a49913694d7de45c033a9f4eff1b
parentaaabed455c90ab8e972bff3a38b42f731ef7099d (diff)
downloadportable-45e37fba52b44966d95aa06bf1d8d718ad270081.tar.gz
portable-45e37fba52b44966d95aa06bf1d8d718ad270081.tar.bz2
portable-45e37fba52b44966d95aa06bf1d8d718ad270081.zip
Fix a leftover "mlkem.h" include
-rw-r--r--patches/mlkem_internal.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/mlkem_internal.h.patch b/patches/mlkem_internal.h.patch
new file mode 100644
index 0000000..b7cbdcf
--- /dev/null
+++ b/patches/mlkem_internal.h.patch
@@ -0,0 +1,11 @@
1--- crypto/mlkem/mlkem_internal.h.orig Sun Aug 17 13:20:18 2025
2+++ crypto/mlkem/mlkem_internal.h Sun Aug 17 13:20:37 2025
3@@ -19,7 +19,7 @@
4 #define OPENSSL_HEADER_CRYPTO_MLKEM_INTERNAL_H
5
6 #include "bytestring.h"
7-#include "mlkem.h"
8+#include <openssl/mlkem.h>
9
10 #if defined(__cplusplus)
11 extern "C" {