Tidy up comments.
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index c46e711..e07e8c6 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1893,7 +1893,7 @@
s->s3->is_probably_safari = 1;
}
-#endif /* OPENSSL_NO_EC */
+#endif /* !OPENSSL_NO_EC */
static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al)
{
@@ -1932,7 +1932,7 @@
#ifndef OPENSSL_NO_EC
if (s->options & SSL_OP_SAFARI_ECDHE_ECDSA_BUG)
ssl_check_for_safari(s, data, d, n);
-#endif /* OPENSSL_NO_EC */
+#endif /* !OPENSSL_NO_EC */
/* Clear any signature algorithms extension received */
if (s->cert->peer_sigalgs)