diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 0cda709da6..9cad2bc50d 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.164 2017/01/24 09:03:21 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.165 2017/01/25 06:13:02 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1198,7 +1198,8 @@ long ssl23_default_timeout(void); | |||
1198 | 1198 | ||
1199 | long tls1_default_timeout(void); | 1199 | long tls1_default_timeout(void); |
1200 | int dtls1_do_write(SSL *s, int type); | 1200 | int dtls1_do_write(SSL *s, int type); |
1201 | int ssl3_read_n(SSL *s, int n, int max, int extend); | 1201 | int ssl3_packet_read(SSL *s, int plen); |
1202 | int ssl3_packet_extend(SSL *s, int plen); | ||
1202 | int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); | 1203 | int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); |
1203 | int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, | 1204 | int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, |
1204 | unsigned int len); | 1205 | unsigned int len); |