diff options
author | Richard Levitte <levitte@openssl.org> | 2021-05-20 09:42:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-05-22 07:23:47 +0200 |
commit | 6251895ca8f816a7a8b234eb7f0842fcff2937f4 (patch) | |
tree | 87bf31ba78ee338d54b24c17cac3d339413396e6 /test/evp_kdf_test.c | |
parent | VMS: don't use app_malloc() in apps/lib/vms_decc_argv.c (diff) | |
download | openssl-6251895ca8f816a7a8b234eb7f0842fcff2937f4.tar.xz openssl-6251895ca8f816a7a8b234eb7f0842fcff2937f4.zip |
Include "internal/numbers.h" in test programs using SIZE_MAX
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15366)
Diffstat (limited to 'test/evp_kdf_test.c')
-rw-r--r-- | test/evp_kdf_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/evp_kdf_test.c b/test/evp_kdf_test.c index cc172db42e..1bed159227 100644 --- a/test/evp_kdf_test.c +++ b/test/evp_kdf_test.c @@ -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) |