1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

mod_ssl: follow up to r1705823.

Oups, every #if needs a #endif...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2015-09-29 09:57:09 +00:00
parent 6b54dd43b2
commit 314335ef62

View File

@@ -480,6 +480,7 @@ static int bio_filter_in_read(BIO *bio, char *in, int inlen)
inctx->rc = outctx->rc; inctx->rc = outctx->rc;
return -1; return -1;
} }
#endif
BIO_clear_retry_flags(bio); BIO_clear_retry_flags(bio);