summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-04-26 18:18:35 +0000
committerBodo Möller <bodo@openssl.org>2005-04-26 18:18:35 +0000
commit480506bd49060f65c672af1f9de8968c51262125 (patch)
treeb6b2c4b9a9798e801c95f28cab7568585eaf095a /ssl/dtls1.h
parent0d5ea7613e8ea745fc6e8683a3d0c40734d45559 (diff)
remove some functions from exported headers
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index e83201e75f..4543ef75bb 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -201,33 +201,6 @@ typedef struct dtls1_record_data_st
SSL3_RECORD rrec;
} DTLS1_RECORD_DATA;
-/* client methods */
-int dtls1_client_hello(SSL *s);
-int dtls1_send_client_certificate(SSL *s);
-int dtls1_send_client_key_exchange(SSL *s);
-int dtls1_send_client_verify(SSL *s);
-
-
-/* server methods */
-int dtls1_send_hello_request(SSL *s);
-int dtls1_send_server_hello(SSL *s);
-int dtls1_send_server_certificate(SSL *s);
-int dtls1_send_server_key_exchange(SSL *s);
-int dtls1_send_certificate_request(SSL *s);
-int dtls1_send_server_done(SSL *s);
-
-/* common methods */
-int dtls1_send_change_cipher_spec(SSL *s, int a, int b);
-int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen);
-unsigned long dtls1_output_cert_chain(SSL *s, X509 *x);
-int dtls1_read_failed(SSL *s, int code);
-int dtls1_buffer_message(SSL *s, int ccs);
-int dtls1_retransmit_message(SSL *s, unsigned short seq,
- unsigned long frag_off, int *found);
-void dtls1_clear_record_buffer(SSL *s);
-void dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr);
-void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr);
-void dtls1_reset_seq_numbers(SSL *s, int rw);
/* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
#define DTLS1_TMO_READ_COUNT 2