From: Ben Laurie Date: Tue, 1 Oct 2013 11:34:44 +0000 (+0100) Subject: Re-add accidentally deleted #endif. X-Git-Tag: OpenSSL_1_0_2-beta1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a8b23bfd9fc36847a1a7a6be50bfa9f8882dd51;p=thirdparty%2Fopenssl.git Re-add accidentally deleted #endif. --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index b91afc8f3a4..09e6052af00 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.