mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is defined
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19529)
This commit is contained in:
parent
d8eb0e1988
commit
8df9f34384
@ -11,6 +11,7 @@
|
||||
#include <openssl/core_names.h>
|
||||
#include <openssl/proverr.h>
|
||||
#include <openssl/err.h>
|
||||
#include "internal/numbers.h" /* SIZE_MAX */
|
||||
#include "prov/provider_ctx.h"
|
||||
#include "prov/providercommon.h"
|
||||
#include "prov/implementations.h"
|
||||
|
Loading…
Reference in New Issue
Block a user