https://bz.apache.org/bugzilla/show_bug.cgi?id=58866
Bug ID: 58866
Summary: Missing semicolon breaking compile when OpenSSL
version is lower
Product: Apache httpd-2
Version: 2.4.18
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
Missing semicolon breaking compile when OpenSSL version is lower
./modules/ssl/ssl_engine_io.c
The conditional compile directives expose a missing semicolon, presumably only
on some builds:
#if OPENSSL_VERSION_NUMBER < 0x0009080df
need_flush = !SSL_is_init_finished(outctx->filter_ctx->pssl)
there should have been a semi colon at the end of the line above ^
#else
need_flush = SSL_in_connect_init(outctx->filter_ctx->pssl);
#endif
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]