diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-10-24 03:36:13 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-01-02 23:56:54 +0100 |
commit | 63eab8a620944a990ab3985620966ccd9f48d681 (patch) | |
tree | 3b937e1e9016a526f6ed21747f99f039477fe86e /ssl/ssl_locl.h | |
parent | Clear existing extension state. (diff) | |
download | openssl-63eab8a620944a990ab3985620966ccd9f48d681.tar.xz openssl-63eab8a620944a990ab3985620966ccd9f48d681.zip |
Remove MS SGC
MS Server gated cryptography is obsolete and dates from the time of export
restrictions on strong encryption and is only used by ancient versions of
MSIE.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r-- | ssl/ssl_locl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index facfec5d3b..33a55fe699 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1185,7 +1185,6 @@ int ssl3_send_hello_request(SSL *s); int ssl3_send_server_key_exchange(SSL *s); int ssl3_send_certificate_request(SSL *s); int ssl3_send_server_done(SSL *s); -int ssl3_check_client_hello(SSL *s); int ssl3_get_client_certificate(SSL *s); int ssl3_get_client_key_exchange(SSL *s); int ssl3_get_cert_verify(SSL *s); |