summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index e485907748..c3c4c21d38 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -841,15 +841,13 @@ int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk);
841int ssl_undefined_function(SSL *s); 841int ssl_undefined_function(SSL *s);
842int ssl_undefined_void_function(void); 842int ssl_undefined_void_function(void);
843int ssl_undefined_const_function(const SSL *s); 843int ssl_undefined_const_function(const SSL *s);
844CERT_PKEY *ssl_get_server_send_pkey(const SSL *s); 844X509 *ssl_get_server_send_cert(SSL *);
845X509 *ssl_get_server_send_cert(const SSL *);
846EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *c, const EVP_MD **pmd); 845EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *c, const EVP_MD **pmd);
847int ssl_cert_type(X509 *x,EVP_PKEY *pkey); 846int ssl_cert_type(X509 *x,EVP_PKEY *pkey);
848void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher); 847void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher);
849STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s); 848STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
850int ssl_verify_alarm_type(long type); 849int ssl_verify_alarm_type(long type);
851void ssl_load_ciphers(void); 850void ssl_load_ciphers(void);
852int ssl_fill_hello_random(SSL *s, int server, unsigned char *field, int len);
853 851
854int ssl2_enc_init(SSL *s, int client); 852int ssl2_enc_init(SSL *s, int client);
855int ssl2_generate_key_material(SSL *s); 853int ssl2_generate_key_material(SSL *s);
@@ -1101,8 +1099,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d,
1101int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al); 1099int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
1102int ssl_prepare_clienthello_tlsext(SSL *s); 1100int ssl_prepare_clienthello_tlsext(SSL *s);
1103int ssl_prepare_serverhello_tlsext(SSL *s); 1101int ssl_prepare_serverhello_tlsext(SSL *s);
1104int ssl_check_clienthello_tlsext_early(SSL *s); 1102int ssl_check_clienthello_tlsext(SSL *s);
1105int ssl_check_clienthello_tlsext_late(SSL *s);
1106int ssl_check_serverhello_tlsext(SSL *s); 1103int ssl_check_serverhello_tlsext(SSL *s);
1107 1104
1108#ifndef OPENSSL_NO_HEARTBEATS 1105#ifndef OPENSSL_NO_HEARTBEATS