[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Fri Dec 8 11:00:43 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  e167fd05b8b781bf04fcd462c0d28fae386116fe (commit)
      from  18df0adda98f8f21cc494b4835c2817bcadbeb8a (commit)


- Log -----------------------------------------------------------------
commit e167fd05b8b781bf04fcd462c0d28fae386116fe
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Dec 8 11:40:30 2017 +0100

    Remove unicode characters from source
    
    Some compilers react badly to non-ASCII characters
    
    Fixes #4877
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4879)

-----------------------------------------------------------------------

Summary of changes:
 ssl/bad_dtls_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.


More information about the openssl-commits mailing list