summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s23_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s23_pkt.c')
-rw-r--r--src/lib/libssl/s23_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/s23_pkt.c b/src/lib/libssl/s23_pkt.c
index 8370ea508c..f45e1ce3d8 100644
--- a/src/lib/libssl/s23_pkt.c
+++ b/src/lib/libssl/s23_pkt.c
@@ -89,7 +89,7 @@ int ssl23_write_bytes(SSL *s)
89 } 89 }
90 } 90 }
91 91
92/* only return when we have read 'n' bytes */ 92/* return regularly only when we have read (at least) 'n' bytes */
93int ssl23_read_bytes(SSL *s, int n) 93int ssl23_read_bytes(SSL *s, int n)
94 { 94 {
95 unsigned char *p; 95 unsigned char *p;