projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e766f4a
)
The use of the likes of UINT32_MAX requires internal/numbers.h
author
Richard Levitte
<levitte@openssl.org>
Wed, 27 Feb 2019 08:53:17 +0000
(09:53 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 27 Feb 2019 10:30:55 +0000
(11:30 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8354)
crypto/evp/pbe_scrypt.c
patch
|
blob
|
history
diff --git
a/crypto/evp/pbe_scrypt.c
b/crypto/evp/pbe_scrypt.c
index 722402528a8e81b41ee01319fb4e0f463a09b3a5..cad0440e5d9e178d96a43e2a61d100af1c643daa 100644
(file)
--- 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