summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2021-10-25 10:09:29 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2021-10-25 10:09:29 +0000
commit69722be5f57d089dc57da3c8869b3851763824ba (patch)
tree7c36dd1b737e6d6104db886635df2573f2195f79 /lib/libssl/ssl_locl.h
parentdc6127af868faf1882f02fb1e60496c23bcdbe57 (diff)
Use ssl_force_want_read() in the DTLS code.
Also mop up some mostly unhelpful comments while here. ok beck@ tb@
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r--lib/libssl/ssl_locl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index 01c22762ef5..27bf5ec41f7 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.367 2021/10/25 10:01:46 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.368 2021/10/25 10:09:28 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1372,6 +1372,8 @@ int ssl3_renegotiate(SSL *ssl);
int ssl3_renegotiate_check(SSL *ssl);
+void ssl_force_want_read(SSL *s);
+
int ssl3_dispatch_alert(SSL *s);
int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);