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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user