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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 16d31f33d2..208610dac1 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -806,7 +806,7 @@ int dtls1_shutdown(SSL *s);
806long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); 806long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
807int dtls1_get_record(SSL *s); 807int dtls1_get_record(SSL *s);
808int do_dtls1_write(SSL *s, int type, const unsigned char *buf, 808int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
809 unsigned int len, int create_empty_fragement); 809 unsigned int len);
810int dtls1_dispatch_alert(SSL *s); 810int dtls1_dispatch_alert(SSL *s);
811int dtls1_enc(SSL *s, int snd); 811int dtls1_enc(SSL *s, int snd);
812 812