https://bz.apache.org/bugzilla/show_bug.cgi?id=64419

--- Comment #5 from Michael Osipov <micha...@apache.org> ---
As soon as I revert b8649e81458194d70667952d9e26df82a79c773f I only see and the
code compiles

> ./include/ssl_private.h:220:9: warning: 'OPENSSL_VERSION' macro redefined 
> [-Wmacro-redefined]
> #define OPENSSL_VERSION                  SSLEAY_VERSION
>         ^
> /usr/local/include/openssl/crypto.h:329:9: note: previous definition is here
> #define OPENSSL_VERSION         0
>         ^
> src/ssl.c:301:9: warning: implicit declaration of function 
> 'SSL_CTX_set_keylog_callback' is invalid in C99
>       [-Wimplicit-function-declaration]
>         SSL_CTX_set_keylog_callback(ctx, ssl_keylog_callback);
>         ^

It pretty much seems that the the change was incomplete -- as assumed.

Shall we revert for now?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to