mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
[openssl] Add missing patch
This commit is contained in:
parent
ccedc8b433
commit
9e0e0ebe62
13
ports/openssl/RemoveNonASCIIChar.patch
Normal file
13
ports/openssl/RemoveNonASCIIChar.patch
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user