aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-17 11:49:29 +0000
committerBodo Möller <bodo@openssl.org>2000-11-17 11:49:29 +0000
commitf7a059316f4433cf339b5dce7ff034a9862df490 (patch)
tree98d8ea22ef3d898ed22bc0a6e1d8343879e50212 /ssl/s3_lib.c
parentb1d6e3f551ce7e081ed3e30d525253042ebb10a4 (diff)
downloadopenssl-f7a059316f4433cf339b5dce7ff034a9862df490.tar.gz
tag SSL_peek bugs
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index cee2021b6b..6dcd9cd682 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -1283,6 +1283,7 @@ int ssl3_peek(SSL *s, char *buf, int len)
SSL3_RECORD *rr;
int n;
+/* FIXME */
rr= &(s->s3->rrec);
if ((rr->length == 0) || (rr->type != SSL3_RT_APPLICATION_DATA))
{