mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Fix a leftover "mlkem.h" include
This commit is contained in:
11
patches/mlkem_internal.h.patch
Normal file
11
patches/mlkem_internal.h.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- crypto/mlkem/mlkem_internal.h.orig Sun Aug 17 13:20:18 2025
|
||||
+++ crypto/mlkem/mlkem_internal.h Sun Aug 17 13:20:37 2025
|
||||
@@ -19,7 +19,7 @@
|
||||
#define OPENSSL_HEADER_CRYPTO_MLKEM_INTERNAL_H
|
||||
|
||||
#include "bytestring.h"
|
||||
-#include "mlkem.h"
|
||||
+#include <openssl/mlkem.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
Reference in New Issue
Block a user