Skip to content

Commit

Permalink
Revert "Try modifying patch due to redefinition"
Browse files Browse the repository at this point in the history
This reverts commit b772b23.
  • Loading branch information
raulcd committed Dec 31, 2024
1 parent 83e7b07 commit 1d71375
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ci/rtools/aws_c_io_ep.patch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ index 50caf02..7f2ab55 100644
#define SECURITY_WIN32

#include <aws/io/tls_channel_handler.h>
@@ -35,6 +36,25 @@
@@ -35,6 +36,33 @@
# pragma warning(disable : 4306) /* Identifier is type cast to a larger pointer. */
#endif

Expand All @@ -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)
Expand Down

0 comments on commit 1d71375

Please sign in to comment.