[tor-commits] [tor/master] Replace a missing end-of-comment string

nickm at torproject.org nickm at torproject.org
Wed Jun 5 13:36:15 UTC 2019


commit 892a313b6a9edbcb1930454b424503c4cc2c791a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 5 09:35:45 2019 -0400

    Replace a missing end-of-comment string
    
    This happened when I went to fix long lines after running "make
    autostyle".
---
 src/lib/tls/tortls_openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/tls/tortls_openssl.c b/src/lib/tls/tortls_openssl.c
index 04027104e..86f0ac42c 100644
--- a/src/lib/tls/tortls_openssl.c
+++ b/src/lib/tls/tortls_openssl.c
@@ -673,7 +673,7 @@ tor_tls_context_new(crypto_pk_t *identity, unsigned int key_lifetime,
       SSL_CTX_set_tmp_ecdh(result->ctx, ec_key);
     EC_KEY_free(ec_key);
   }
-#endif /* defined(SSL_CTX_set1_groups_list) || ...)
+#endif /* defined(SSL_CTX_set1_groups_list) || ...) */
   SSL_CTX_set_verify(result->ctx, SSL_VERIFY_PEER,
                      always_accept_verify_cb);
   /* let us realloc bufs that we're writing from */



More information about the tor-commits mailing list