summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
diff options
context:
space:
mode:
authorRob Stradling <rob@comodo.com>2013-09-10 12:45:34 +0100
committerBen Laurie <ben@links.org>2013-10-04 14:55:01 +0100
commita4bfeff254bb7a7243b4e0277b3818a5b9732285 (patch)
tree1a0dededea5b4afc5d334911908ac5ecddca0470 /ssl/t1_lib.c
parent43433b3852e4f9de68af70e52f59e31a898262d6 (diff)
Tidy up comments.
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r--ssl/t1_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 98e86bff98..09b06a5af7 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -425,7 +425,7 @@ static void ssl_check_for_safari(SSL *s, const unsigned char *data, const unsign
s->s3->is_probably_safari = 1;
}
-#endif /* OPENSSL_NO_EC */
+#endif /* !OPENSSL_NO_EC */
int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al)
{
@@ -441,7 +441,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
#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 */
if (data >= (d+n-2))
goto ri_check;