]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Include "internal/numbers.h" in test programs using SIZE_MAX
authorRichard Levitte <levitte@openssl.org>
Thu, 20 May 2021 07:42:12 +0000 (09:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 22 May 2021 05:23:47 +0000 (07:23 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15366)

test/evp_kdf_test.c
test/params_test.c

index cc172db42ead59070052d0c24b3032b45b4374c4..1bed159227298ce581dcfc114967b77ae0800c16 100644 (file)
@@ -16,6 +16,7 @@
 #include <openssl/evp.h>
 #include <openssl/kdf.h>
 #include <openssl/core_names.h>
+#include "internal/numbers.h"
 #include "testutil.h"
 
 static EVP_KDF_CTX *get_kdfbyname(const char *name)
index dd2d13b86235765381fc299ffe5e2529a74f102d..205c2deab0588888986672a586fa40e838279162 100644 (file)
@@ -16,6 +16,7 @@
 #include <openssl/bn.h>
 #include <openssl/core.h>
 #include <openssl/params.h>
+#include "internal/numbers.h"
 #include "internal/nelem.h"
 #include "testutil.h"