Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-02 18:23:33 +0400
committerBodo Möller <bodo@openssl.org>1999-07-02 18:23:33 +0400
commit1afd8b39422e8e4d8a86dd12eebe9574c982217e (patch)
tree7c98b315d95bd1c54a48abd4cce6c9d409371d1e /ssl/s3_pkt.c
parente105643595707085588ee43a29d607a56ddb1ed1 (diff)
typo
Diffstat (limited to 'ssl/s3_pkt.c')
-rw-r--r--ssl/s3_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index c9dc7cc616..6613e112c2 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -603,7 +603,7 @@ static int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
/* XXXX */
if ((s->s3->wpend_tot > (int)len)
|| ((s->s3->wpend_buf != buf) &&
- (!s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))
+ !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))
|| (s->s3->wpend_type != type))
{
SSLerr(SSL_F_SSL3_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY);