summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-27 20:31:59 +0000
committerMatt Caswell <matt@openssl.org>2014-11-27 21:46:04 +0000
commit2e524475cd1cf91615416d2f5a9a8c3481788b8f (patch)
tree19817f1a719fc512abc79fd8af622acae65cabf5 /ssl/ssl_locl.h
parentac3dc3ee87b14a2e3ebd1e66597f5d8baae91fef (diff)
Remove more references to dtls1_enc
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit eceef8fb865eb5de329b27ea472d4fdea4c290fe)
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 91c7605b54..b7a2c2e7da 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -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);