diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 208610dac1..ecf108d6a5 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -750,12 +750,10 @@ int ssl3_send_client_key_exchange(SSL *s); | |||
| 750 | int ssl3_get_key_exchange(SSL *s); | 750 | int ssl3_get_key_exchange(SSL *s); |
| 751 | int ssl3_get_server_certificate(SSL *s); | 751 | int ssl3_get_server_certificate(SSL *s); |
| 752 | int ssl3_check_cert_and_algorithm(SSL *s); | 752 | int ssl3_check_cert_and_algorithm(SSL *s); |
| 753 | #ifndef OPENSSL_NO_TLSEXT | ||
| 754 | int ssl3_check_finished(SSL *s); | 753 | int ssl3_check_finished(SSL *s); |
| 755 | # ifndef OPENSSL_NO_NEXTPROTONEG | 754 | # ifndef OPENSSL_NO_NEXTPROTONEG |
| 756 | int ssl3_send_next_proto(SSL *s); | 755 | int ssl3_send_next_proto(SSL *s); |
| 757 | # endif | 756 | # endif |
| 758 | #endif | ||
| 759 | 757 | ||
| 760 | int dtls1_client_hello(SSL *s); | 758 | int dtls1_client_hello(SSL *s); |
| 761 | int dtls1_send_client_certificate(SSL *s); | 759 | int dtls1_send_client_certificate(SSL *s); |
| @@ -837,7 +835,6 @@ int tls1_ec_curve_id2nid(int curve_id); | |||
| 837 | int tls1_ec_nid2curve_id(int nid); | 835 | int tls1_ec_nid2curve_id(int nid); |
| 838 | #endif /* OPENSSL_NO_EC */ | 836 | #endif /* OPENSSL_NO_EC */ |
| 839 | 837 | ||
| 840 | #ifndef OPENSSL_NO_TLSEXT | ||
| 841 | unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, | 838 | unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, |
| 842 | unsigned char *limit); | 839 | unsigned char *limit); |
| 843 | 840 | ||
| @@ -863,7 +860,6 @@ int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk, | |||
| 863 | int tls12_get_sigid(const EVP_PKEY *pk); | 860 | int tls12_get_sigid(const EVP_PKEY *pk); |
| 864 | const EVP_MD *tls12_get_hash(unsigned char hash_alg); | 861 | const EVP_MD *tls12_get_hash(unsigned char hash_alg); |
| 865 | 862 | ||
| 866 | #endif | ||
| 867 | EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md); | 863 | EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md); |
| 868 | void ssl_clear_hash_ctx(EVP_MD_CTX **hash); | 864 | void ssl_clear_hash_ctx(EVP_MD_CTX **hash); |
| 869 | int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, | 865 | int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, |
