Fixed Visual Studio 2008 compiler errors
authorMarcel Gosmann <thafiredragonofdeath@gmail.com>
Wed, 14 Feb 2024 10:35:47 +0000 (11:35 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 16 Feb 2024 15:35:02 +0000 (16:35 +0100)
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)

(cherry picked from commit c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37)

crypto/property/property_parse.c

index f94d0d3d41db41b41c65ac52e30a9ad1e56f2ad3..545cdf551c97cf5c11c308137b8b1959e87ca0bd 100644 (file)
@@ -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"