summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pbe_scrypt.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-27 09:53:17 +0100
committerRichard Levitte <levitte@openssl.org>2019-02-27 11:30:55 +0100
commit546ca2f4f5f7e26f7352116754e77f63804b78a6 (patch)
treecc3c0c2c14d987f3694f193f302894f69de55d99 /crypto/evp/pbe_scrypt.c
parente766f4a0531bffdab8ad2038279b755928d7a40a (diff)
The use of the likes of UINT32_MAX requires internal/numbers.h
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8354)
Diffstat (limited to 'crypto/evp/pbe_scrypt.c')
-rw-r--r--crypto/evp/pbe_scrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/pbe_scrypt.c b/crypto/evp/pbe_scrypt.c
index 722402528a..cad0440e5d 100644
--- a/crypto/evp/pbe_scrypt.c
+++ b/crypto/evp/pbe_scrypt.c
@@ -10,6 +10,7 @@
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/kdf.h>
+#include "internal/numbers.h"
#ifndef OPENSSL_NO_SCRYPT