summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-26 12:07:23 +0000
committerBodo Möller <bodo@openssl.org>2000-12-26 12:07:23 +0000
commit725c88879c1e76f2b7e5242a7b87df9e9cd58518 (patch)
treebefd84228eed73618c6f94e998b5d4121f39594c /ssl/s2_pkt.c
parenta0aae68cf6f3383f248c0e1991973224f2e4498f (diff)
downloadopenssl-new-725c88879c1e76f2b7e5242a7b87df9e9cd58518.tar.gz
Finish SSL_peek/SSL_pending fixes.
Diffstat (limited to 'ssl/s2_pkt.c')
-rw-r--r--ssl/s2_pkt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ssl/s2_pkt.c b/ssl/s2_pkt.c
index 0ec9ee3393..1f119442b4 100644
--- a/ssl/s2_pkt.c
+++ b/ssl/s2_pkt.c
@@ -132,12 +132,6 @@ static int ssl2_read_internal(SSL *s, void *buf, int len, int peek)
int i;
unsigned int mac_size=0;
- if (peek)
- {
- SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_FIXME); /* proper implementation not yet completed */
- return -1;
- }
-
ssl2_read_again:
if (SSL_in_init(s) && !s->in_handshake)
{