summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorbodo <bodo>2000-12-26 12:07:19 +0000
committerbodo <bodo>2000-12-26 12:07:19 +0000
commit2683c426944706b32863c8d292b00f3d784a2b91 (patch)
tree23be9c8c07d0ff319b8d7d6975d7f7730f24f029 /ssl/s2_pkt.c
parentd3257d183f4ef3c0c3e504cc591ddcdaddc1cf72 (diff)
downloadopenssl-2683c426944706b32863c8d292b00f3d784a2b91.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 0ec9ee339..1f119442b 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)
{