Remove more references to dtls1_enc
authorMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 20:31:59 +0000 (20:31 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 21:46:04 +0000 (21:46 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit eceef8fb865eb5de329b27ea472d4fdea4c290fe)

ssl/ssl_err.c
ssl/ssl_locl.h

index b3dc65ba83575cdaa0b22092f278c73d6ca5905f..1fb96c5847c180ac6dc400eb5628eb879a3c7257 100644 (file)
@@ -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"},
index 91c7605b5466081e9ba2842d606c3c32afe86e70..b7a2c2e7dae78b65a2a1afed026c7921ed893cc1 100644 (file)
@@ -1265,7 +1265,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);