Re-add accidentally deleted #endif.
authorBen Laurie <ben@links.org>
Tue, 1 Oct 2013 11:34:44 +0000 (12:34 +0100)
committerBen Laurie <ben@links.org>
Tue, 1 Oct 2013 11:34:44 +0000 (12:34 +0100)
ssl/t1_lib.c

index b91afc8f3a4487179281caa27c4e0a97fe1331d8..09e6052af00f4574a77312cf88b146c9e3cef2c2 100644 (file)
@@ -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.