]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Replace a missing end-of-comment string
authorNick Mathewson <nickm@torproject.org>
Wed, 5 Jun 2019 13:35:45 +0000 (09:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Jun 2019 13:35:45 +0000 (09:35 -0400)
This happened when I went to fix long lines after running "make
autostyle".

src/lib/tls/tortls_openssl.c

index 04027104e1909a826072efd9051bd22148096d06..86f0ac42cc36c5fe0d2b24b2e37b373778422509 100644 (file)
@@ -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 */