summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-01 12:34:44 +0100
committerBen Laurie <ben@links.org>2013-10-01 12:34:44 +0100
commit3a8b23bfd9fc36847a1a7a6be50bfa9f8882dd51 (patch)
tree22143cd0b4eb42b8426306dbcc354f98f231190a /ssl
parent63fe3221601d55ab340b89d15c17cb90d168487f (diff)
Re-add accidentally deleted #endif.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/t1_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index b91afc8f3a..09e6052af0 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1910,6 +1910,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 */
/* tls1_alpn_handle_client_hello is called to process the ALPN extension in a
* ClientHello.