aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl/RemoveNonASCIIChar.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-28 09:07:37 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-28 09:34:26 -0700
commit1bec90d155e788cd77d19ec2bdaefe53b5cb39b4 (patch)
treedda003bf90656c0164da6052fee19a4f62ed35b6 /ports/openssl/RemoveNonASCIIChar.patch
parent0e8481c1dff484f2be1149a4911b8425c0d2e956 (diff)
downloadvcpkg-1bec90d155e788cd77d19ec2bdaefe53b5cb39b4.tar.gz
vcpkg-1bec90d155e788cd77d19ec2bdaefe53b5cb39b4.zip
[openssl] Update to 1.0.2o
Diffstat (limited to 'ports/openssl/RemoveNonASCIIChar.patch')
-rw-r--r--ports/openssl/RemoveNonASCIIChar.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/openssl/RemoveNonASCIIChar.patch b/ports/openssl/RemoveNonASCIIChar.patch
deleted file mode 100644
index 5c4553b0a..000000000
--- a/ports/openssl/RemoveNonASCIIChar.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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.