From: Richard Levitte Date: Fri, 8 Dec 2017 10:40:30 +0000 (+0100) Subject: Remove unicode characters from source X-Git-Tag: OpenSSL_1_0_2o~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e167fd05b8b781bf04fcd462c0d28fae386116fe;p=oweals%2Fopenssl.git Remove unicode characters from source Some compilers react badly to non-ASCII characters Fixes #4877 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4879) --- diff --git a/ssl/bad_dtls_test.c b/ssl/bad_dtls_test.c index 34af37d9a9..ff754e1e49 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.