Re-add accidentally deleted #endif.

This commit is contained in:
Ben Laurie 2013-10-01 12:34:44 +01:00
parent 63fe322160
commit 3a8b23bfd9

View 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.