aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-01-24 18:49:03 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-01-24 18:49:03 -0800
commit9e0e0ebe6232303a9de41d0ae5f2167ad4a7382f (patch)
tree02a912418c06842106e343acb8ba80f9945d1b52
parentccedc8b4333037eb4cb4a2f2d15c3684e3729dd3 (diff)
downloadvcpkg-9e0e0ebe6232303a9de41d0ae5f2167ad4a7382f.tar.gz
vcpkg-9e0e0ebe6232303a9de41d0ae5f2167ad4a7382f.zip
[openssl] Add missing patch
-rw-r--r--ports/openssl/RemoveNonASCIIChar.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/openssl/RemoveNonASCIIChar.patch b/ports/openssl/RemoveNonASCIIChar.patch
new file mode 100644
index 000000000..5c4553b0a
--- /dev/null
+++ b/ports/openssl/RemoveNonASCIIChar.patch
@@ -0,0 +1,13 @@
+diff --git a/ssl/bad_dtls_test.c b/ssl/bad_dtls_test.c
+index 34af37d..ff754e1 100644
+--- a/ssl/bad_dtls_test.c
++++ b/ssl/bad_dtls_test.c
+@@ -19,7 +19,7 @@
+ * Note that unlike other SSL tests, we don't test against our own SSL
+ * server method. Firstly because we don't have one; we *only* support
+ * DTLS1_BAD_VER as a client. And secondly because even if that were
+- * fixed up it's the wrong thing to test against — because if changes
++ * fixed up it's the wrong thing to test against - because if changes
+ * are made in generic DTLS code which don't take DTLS1_BAD_VER into
+ * account, there's plenty of scope for making those changes such that
+ * they break *both* the client and the server in the same way.