From 1d713753c9e296a58fa101817332d81b250855da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 31 Dec 2024 09:37:08 +0100 Subject: [PATCH] Revert "Try modifying patch due to redefinition" This reverts commit b772b23878fb29a8752e82a6214b7c29a3b80352. --- ci/rtools/aws_c_io_ep.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ci/rtools/aws_c_io_ep.patch b/ci/rtools/aws_c_io_ep.patch index 488b31b0b5b49..76bd745d3bc31 100644 --- a/ci/rtools/aws_c_io_ep.patch +++ b/ci/rtools/aws_c_io_ep.patch @@ -51,7 +51,7 @@ index 50caf02..7f2ab55 100644 #define SECURITY_WIN32 #include -@@ -35,6 +36,25 @@ +@@ -35,6 +36,33 @@ # pragma warning(disable : 4306) /* Identifier is type cast to a larger pointer. */ #endif @@ -73,6 +73,14 @@ index 50caf02..7f2ab55 100644 +#ifndef SECBUFFER_ALERT +#define SECBUFFER_ALERT 0x11 +#endif ++#ifndef SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT_H ++#define SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT_H ++typedef enum _SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT { ++ SecApplicationProtocolNegotiationExt_None, ++ SecApplicationProtocolNegotiationExt_NPN, ++ SecApplicationProtocolNegotiationExt_ALPN ++} SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT, *PSEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT; ++#endif /* SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT_H */ + #define KB_1 1024 #define READ_OUT_SIZE (16 * KB_1)