Skip to content

Commit 1c07c25

Browse files
author
tb
committed
freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free()
1 parent a4984bd commit 1c07c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/regress/lib/libcrypto/free/freenull.c.head

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 $ */
22

33
#include <openssl/asn1.h>
44
#include <openssl/cmac.h>
@@ -10,6 +10,7 @@
1010
#include <openssl/gost.h>
1111
#endif
1212
#include <openssl/hmac.h>
13+
#include <openssl/mlkem.h>
1314
#include <openssl/ocsp.h>
1415
#include <openssl/pkcs12.h>
1516
#include <openssl/ts.h>

0 commit comments

Comments
 (0)