]> granicus.if.org Git - apache/commitdiff
mod_ssl: follow up to r1705823.
authorYann Ylavic <ylavic@apache.org>
Tue, 29 Sep 2015 09:57:09 +0000 (09:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 29 Sep 2015 09:57:09 +0000 (09:57 +0000)
Oups, every #if needs a #endif...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705826 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 340011865ad5ef5a2a1c7dc4d759866039b2f39c..5bc4efba879bae853b6a9185b74338eee262b52b 100644 (file)
@@ -480,6 +480,7 @@ static int bio_filter_in_read(BIO *bio, char *in, int inlen)
         inctx->rc = outctx->rc;
         return -1;
     }
+#endif
 
     BIO_clear_retry_flags(bio);