Add missing include in tests/src/asn1_helpers.c

Signed-off-by: Michael Schuster <[email protected]>
This commit is contained in:
Michael Schuster
2024-08-09 10:29:58 +01:00
committed by Minos Galanakis
parent a368c8a9af
commit 2b87afbd1f
+2
View File
@@ -15,6 +15,8 @@
#include <mbedtls/asn1.h>
#include <test/asn1_helpers.h>
int mbedtls_test_asn1_skip_integer(unsigned char **p, const unsigned char *end,
size_t min_bits, size_t max_bits,
int must_be_odd)