]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:34:29 +0000 (16:34 +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)

crypto/property/property_parse.c

index 9820916ab415e9ef6b64ec306d3c9833d6caf1ee..48788b00c1859d359a771420e5d6aa6ae810ef82 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"