]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
The use of the likes of UINT32_MAX requires internal/numbers.h
authorRichard Levitte <levitte@openssl.org>
Thu, 28 Feb 2019 09:31:20 +0000 (10:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Feb 2019 09:31:20 +0000 (10:31 +0100)
Found a few more cases.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8366)

crypto/evp/pkey_kdf.c
crypto/kdf/hkdf.c
crypto/kdf/sshkdf.c

index ddb682c1eddce34ca8f31d93bdad907675d4bea5..f983ad2ff33e41b7cd36082632dbde94bd9fd7d2 100644 (file)
@@ -12,6 +12,7 @@
 #include <openssl/evp.h>
 #include <openssl/err.h>
 #include <openssl/kdf.h>
+#include "internal/numbers.h"
 #include "internal/evp_int.h"
 
 static int pkey_kdf_init(EVP_PKEY_CTX *ctx)
index 5540da35feda0ad0714492542bbeb444170360b6..bfccf167501ccd1513e090221b694d7d46b268ad 100644 (file)
@@ -14,6 +14,7 @@
 #include <openssl/evp.h>
 #include <openssl/kdf.h>
 #include "internal/cryptlib.h"
+#include "internal/numbers.h"
 #include "internal/evp_int.h"
 #include "kdf_local.h"
 
index 24f37cbed4c28130691bd4fa03ff4085d3dad7f0..300e1adbb2382d5364b054050ae7ce1c11a663d8 100644 (file)
@@ -13,6 +13,7 @@
 #include <openssl/evp.h>
 #include <openssl/kdf.h>
 #include "internal/cryptlib.h"
+#include "internal/numbers.h"
 #include "internal/evp_int.h"
 #include "kdf_local.h"