From 11b1adadbda749568b28ea50ab0a0379dde864aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 2 Jul 1999 17:52:21 +0000 Subject: typo --- ssl/s3_pkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s3_pkt.c') diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 6613e112c2..7893d03123 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -470,7 +470,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *_buf, int len) if ((i == (int)n) || (type == SSL3_RT_APPLICATION_DATA && - (s->mode | SSL_MODE_ENABLE_PARTIAL_WRITE))) + (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE))) { return(tot+i); } -- cgit v1.2.3