aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Gosmann <thafiredragonofdeath@gmail.com>2024-02-14 11:35:47 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-16 16:34:29 +0100
commitc3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37 (patch)
tree62fc691bc6442d895db999c2fff6bcec327e1b00
parent715a74a6ad1b24e3a07cc483379573d3d0e3b20c (diff)
downloadopenssl-c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37.tar.gz
Fixed Visual Studio 2008 compiler errors
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23586)
-rw-r--r--crypto/property/property_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c
index 9820916ab4..48788b00c1 100644
--- a/crypto/property/property_parse.c
+++ b/crypto/property/property_parse.c
@@ -14,6 +14,7 @@
#include <openssl/err.h>
#include "internal/propertyerr.h"
#include "internal/property.h"
+#include "internal/numbers.h"
#include "crypto/ctype.h"
#include "internal/nelem.h"
#include "property_local.h"