diff options
Diffstat (limited to 'src/lib/libcrypto/mlkem/mlkem.h')
-rw-r--r-- | src/lib/libcrypto/mlkem/mlkem.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/mlkem/mlkem.h b/src/lib/libcrypto/mlkem/mlkem.h index 7941c21875..a5645facc6 100644 --- a/src/lib/libcrypto/mlkem/mlkem.h +++ b/src/lib/libcrypto/mlkem/mlkem.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem.h,v 1.3 2024/12/17 06:43:32 tb Exp $ */ | 1 | /* $OpenBSD: mlkem.h,v 1.4 2024/12/19 23:52:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024, Google Inc. | 3 | * Copyright (c) 2024, Google Inc. |
4 | * | 4 | * |
@@ -21,11 +21,6 @@ | |||
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
22 | #include <stdint.h> | 22 | #include <stdint.h> |
23 | 23 | ||
24 | #ifdef LIBRESSL_HAS_MLKEM | ||
25 | /* This needs to become public */ | ||
26 | #include <openssl/bytestring.h> | ||
27 | #endif | ||
28 | |||
29 | #if defined(__cplusplus) | 24 | #if defined(__cplusplus) |
30 | extern "C" { | 25 | extern "C" { |
31 | #endif | 26 | #endif |