diff options
author | Bodo Möller <bodo@openssl.org> | 2000-11-17 12:49:29 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-11-17 12:49:29 +0100 |
commit | f7a059316f4433cf339b5dce7ff034a9862df490 (patch) | |
tree | 98d8ea22ef3d898ed22bc0a6e1d8343879e50212 /ssl/s2_pkt.c | |
parent | Documentation on using the SSL library with non-blocking I/O. (diff) | |
download | openssl-f7a059316f4433cf339b5dce7ff034a9862df490.tar.xz openssl-f7a059316f4433cf339b5dce7ff034a9862df490.zip |
tag SSL_peek bugs
Diffstat (limited to 'ssl/s2_pkt.c')
-rw-r--r-- | ssl/s2_pkt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s2_pkt.c b/ssl/s2_pkt.c index 56662f29fa..7d4a4e6efc 100644 --- a/ssl/s2_pkt.c +++ b/ssl/s2_pkt.c @@ -70,6 +70,7 @@ int ssl2_peek(SSL *s, char *buf, int len) { int ret; +/* FIXME */ ret=ssl2_read(s,buf,len); if (ret > 0) { |