summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--engines/e_loader_attic.c1
-rw-r--r--providers/implementations/storemgmt/file_store.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/e_loader_attic.c b/engines/e_loader_attic.c
index 4cb98280a5..faa598f85e 100644
--- a/engines/e_loader_attic.c
+++ b/engines/e_loader_attic.c
@@ -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"
diff --git a/providers/implementations/storemgmt/file_store.c b/providers/implementations/storemgmt/file_store.c
index b9bb3b36c0..04021f49c2 100644
--- a/providers/implementations/storemgmt/file_store.c
+++ b/providers/implementations/storemgmt/file_store.c
@@ -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"