From 3a8b23bfd9fc36847a1a7a6be50bfa9f8882dd51 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 1 Oct 2013 12:34:44 +0100 Subject: [PATCH] Re-add accidentally deleted #endif. --- ssl/t1_lib.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.50.1