Make sure to include "crypto/ctype.h" to get ossl_isdigit()
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 20:58:27 +0000 (22:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 10:41:34 +0000 (12:41 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15319)

engines/e_loader_attic.c
providers/implementations/storemgmt/file_store.c

index 4cb98280a5340ef152e45c87cebbdd4e624b3342..faa598f85ef0051443e08883114dbcca6406e59b 100644 (file)
@@ -33,6 +33,7 @@
 #include "internal/asn1.h"       /* For asn1_d2i_read_bio */
 #include "internal/o_dir.h"
 #include "internal/cryptlib.h"
+#include "crypto/ctype.h"        /* For ossl_isdigit */
 #include "crypto/pem.h"          /* For PVK and "blob" PEM headers */
 
 #include "e_loader_attic_err.c"
index b9bb3b36c032b035511c7db2a6ceeda02f614a61..04021f49c281342446764c322313d3f940ea5196 100644 (file)
@@ -26,6 +26,7 @@
 #include "internal/cryptlib.h"
 #include "internal/o_dir.h"
 #include "crypto/decoder.h"
+#include "crypto/ctype.h"        /* ossl_isdigit() */
 #include "prov/implementations.h"
 #include "prov/bio.h"
 #include "file_store_local.h"