Skip to content

Commit 299c0f1

Browse files
committed
updated patch file
1 parent f69c721 commit 299c0f1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/ci/integration/openvpn_patch/aws-lc-openvpn-master.patch

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
diff --git a/src/openvpn/crypto_openssl.c b/src/openvpn/crypto_openssl.c
2-
index fbd38f3d..08b8e2a2 100644
2+
index fbd38f3d..b4a37d42 100644
33
--- a/src/openvpn/crypto_openssl.c
44
+++ b/src/openvpn/crypto_openssl.c
5+
@@ -1397,7 +1397,7 @@ out:
6+
7+
return ret;
8+
}
9+
-#elif !defined(LIBRESSL_VERSION_NUMBER) && !defined(ENABLE_CRYPTO_WOLFSSL)
10+
+#elif !defined(LIBRESSL_VERSION_NUMBER) && !defined(ENABLE_CRYPTO_WOLFSSL) && !defined(OPENSSL_IS_AWSLC)
11+
bool
12+
ssl_tls1_PRF(const uint8_t *seed, int seed_len, const uint8_t *secret,
13+
int secret_len, uint8_t *output, int output_len)
514
@@ -1443,6 +1443,13 @@ out:
615
EVP_PKEY_CTX_free(pctx);
716
return ret;

0 commit comments

Comments
 (0)