Răsfoiți Sursa

Update for OpenSSL 1.1.1e

Source commit: 25341c10cc24c19fb77376a2fee738d5cbceb43e
Martin Prikryl 5 ani în urmă
părinte
comite
150919ad03

+ 1 - 1
libs/openssl/crypto/dh/dh_rfc5114.c

@@ -12,7 +12,7 @@
 #include "dh_local.h"
 #include <openssl/bn.h>
 #include "crypto/bn_dh.h"
-#include "../crypto/bn/bn_lcl.h"
+#include "../crypto/bn/bn_local.h"
 
 /*
  * Macro to make a DH structure from BIGNUM data. NB: although just copying

+ 1 - 0
libs/openssl/crypto/dh/dh_rfc7919.c

@@ -13,6 +13,7 @@
 #include <openssl/bn.h>
 #include <openssl/objects.h>
 #include "crypto/bn_dh.h"
+#include "../crypto/bn/bn_local.h"
 
 static DH *dh_param_init(const BIGNUM *p, int32_t nbits)
 {

+ 1 - 1
libs/openssl/crypto/srp/srp_lib.c

@@ -17,7 +17,7 @@
 # include <openssl/srp.h>
 # include <openssl/evp.h>
 # include "crypto/bn_srp.h"
-# include "../crypto/bn/bn_lcl.h"
+# include "../crypto/bn/bn_local.h"
 
 /* calculate = SHA1(PAD(x) || PAD(y)) */
 

+ 0 - 2
libs/openssl/include/crypto/bn_dh.h

@@ -7,8 +7,6 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "..\..\bn\bn_lcl.h"
-
 #define declare_dh_bn(x) \
     extern const BIGNUM _bignum_dh##x##_p;              \
     extern const BIGNUM _bignum_dh##x##_g;              \