From eceef8fb865eb5de329b27ea472d4fdea4c290fe Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 27 Nov 2014 20:31:59 +0000 Subject: [PATCH] Remove more references to dtls1_enc Reviewed-by: Richard Levitte --- ssl/ssl_err.c | 1 - ssl/ssl_locl.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 463301eb2f..c115522fcd 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -84,7 +84,6 @@ static ERR_STRING_DATA SSL_str_functs[]= {ERR_FUNC(SSL_F_DTLS1_CHECK_TIMEOUT_NUM), "dtls1_check_timeout_num"}, {ERR_FUNC(SSL_F_DTLS1_CLIENT_HELLO), "dtls1_client_hello"}, {ERR_FUNC(SSL_F_DTLS1_CONNECT), "dtls1_connect"}, -{ERR_FUNC(SSL_F_DTLS1_ENC), "dtls1_enc"}, {ERR_FUNC(SSL_F_DTLS1_GET_HELLO_VERIFY), "DTLS1_GET_HELLO_VERIFY"}, {ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE), "dtls1_get_message"}, {ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT), "DTLS1_GET_MESSAGE_FRAGMENT"}, diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 1890ae4ad8..60f8107ac5 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1282,7 +1282,6 @@ int dtls1_get_record(SSL *s); int do_dtls1_write(SSL *s, int type, const unsigned char *buf, unsigned int len, int create_empty_fragement); int dtls1_dispatch_alert(SSL *s); -int dtls1_enc(SSL *s, int snd); int ssl_init_wbio_buffer(SSL *s, int push); void ssl_free_wbio_buffer(SSL *s); -- 2.25.1