]> 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:35:11 +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 19ea39a786eb05d14b5783f3fee8381443fed2c8..397510823e6176afca4676c164953acf7cd03049 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"