aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/mlkem_internal.h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/mlkem_internal.h.patch b/patches/mlkem_internal.h.patch
deleted file mode 100644
index ee25521..0000000
--- a/patches/mlkem_internal.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- crypto/mlkem/mlkem_internal.h.orig Fri Oct 24 07:06:10 2025
2+++ crypto/mlkem/mlkem_internal.h Fri Oct 24 07:06:22 2025
3@@ -20,7 +20,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" {