summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto
diff options
context:
space:
mode:
authortb <>2025-08-25 06:01:33 +0000
committertb <>2025-08-25 06:01:33 +0000
commit1c07c25388f7afb16813fed02d25ee714f75d3df (patch)
tree78bbad4290b8c5882104bcc9203085f5dc04fb30 /src/regress/lib/libcrypto
parenta4984bddcc06a87169afe08e78ee1b75a8dbf1b7 (diff)
downloadopenbsd-1c07c25388f7afb16813fed02d25ee714f75d3df.tar.gz
openbsd-1c07c25388f7afb16813fed02d25ee714f75d3df.tar.bz2
openbsd-1c07c25388f7afb16813fed02d25ee714f75d3df.zip
freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free()
Diffstat (limited to 'src/regress/lib/libcrypto')
-rw-r--r--src/regress/lib/libcrypto/free/freenull.c.head3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head
index db652bfb01..747f174a4c 100644
--- a/src/regress/lib/libcrypto/free/freenull.c.head
+++ b/src/regress/lib/libcrypto/free/freenull.c.head
@@ -1,4 +1,4 @@
1/* $OpenBSD: freenull.c.head,v 1.10 2024/08/30 05:00:38 tb Exp $ */ 1/* $OpenBSD: freenull.c.head,v 1.11 2025/08/25 06:01:33 tb Exp $ */
2 2
3#include <openssl/asn1.h> 3#include <openssl/asn1.h>
4#include <openssl/cmac.h> 4#include <openssl/cmac.h>
@@ -10,6 +10,7 @@
10#include <openssl/gost.h> 10#include <openssl/gost.h>
11#endif 11#endif
12#include <openssl/hmac.h> 12#include <openssl/hmac.h>
13#include <openssl/mlkem.h>
13#include <openssl/ocsp.h> 14#include <openssl/ocsp.h>
14#include <openssl/pkcs12.h> 15#include <openssl/pkcs12.h>
15#include <openssl/ts.h> 16#include <openssl/ts.h>