Skip to content

Commit

Permalink
Try fix the win32-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Jul 9, 2019
1 parent 7e74cd6 commit 9b8c190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/picotls-win32.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/lib/openssl.c
+++ b/lib/openssl.c
@@ -43,7 +43,7 @@
#include "picotls/openssl.h"

#ifdef _WINDOWS
@@ -51,7 +51,7 @@
#define _CRT_SECURE_NO_WARNINGS
#endif
#pragma warning(disable : 4996)
-#include <ms\applink.c>
+#include <openssl/applink.c>
#endif

#if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L

0 comments on commit 9b8c190

Please sign in to comment.