[openssl]  master update
    Richard Levitte 
    levitte at openssl.org
       
    Wed Feb 27 10:31:13 UTC 2019
    
    
  
The branch master has been updated
       via  546ca2f4f5f7e26f7352116754e77f63804b78a6 (commit)
      from  e766f4a0531bffdab8ad2038279b755928d7a40a (commit)
- Log -----------------------------------------------------------------
commit 546ca2f4f5f7e26f7352116754e77f63804b78a6
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Feb 27 09:53:17 2019 +0100
    The use of the likes of UINT32_MAX requires internal/numbers.h
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/8354)
-----------------------------------------------------------------------
Summary of changes:
 crypto/evp/pbe_scrypt.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/crypto/evp/pbe_scrypt.c b/crypto/evp/pbe_scrypt.c
index 7224025..cad0440 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
 
    
    
More information about the openssl-commits
mailing list