Package: httest
Version: 2.4.23-5
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| gcc -DHAVE_CONFIG_H -I. -I../config -DLINUX -D_REENTRANT -D_GNU_SOURCE
-Wdate-time -D_FORTIFY_SOURCE=2 -I../include -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/httest-2.4.23=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/apr-1.0
-I/usr/include/apr-1.0 -I/usr/include -c -o ssl_module.o ssl_module.c
| ssl_module.c: In function ‘worker_set_client_method’:
| ssl_module.c:750:34: error: implicit declaration of function
‘SSLv3_client_method’; did you mean ‘SSLv23_client_method’?
[-Wimplicit-function-declaration]
| 750 | config->meth = (SSL_METHOD *)SSLv3_client_method();
| | ^~~~~~~~~~~~~~~~~~~
| | SSLv23_client_method
| ssl_module.c:750:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 750 | config->meth = (SSL_METHOD *)SSLv3_client_method();
| | ^
| ssl_module.c:755:34: error: implicit declaration of function
‘TLSv1_client_method’; did you mean ‘TLS_client_method’?
[-Wimplicit-function-declaration]
| 755 | config->meth = (SSL_METHOD *)TLSv1_client_method();
| | ^~~~~~~~~~~~~~~~~~~
| | TLS_client_method
| ssl_module.c:755:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 755 | config->meth = (SSL_METHOD *)TLSv1_client_method();
| | ^
| ssl_module.c:760:34: error: implicit declaration of function
‘TLSv1_1_client_method’; did you mean ‘TLS_client_method’?
[-Wimplicit-function-declaration]
| 760 | config->meth = (SSL_METHOD *)TLSv1_1_client_method();
| | ^~~~~~~~~~~~~~~~~~~~~
| | TLS_client_method
| ssl_module.c:760:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 760 | config->meth = (SSL_METHOD *)TLSv1_1_client_method();
| | ^
| ssl_module.c:764:34: error: implicit declaration of function
‘TLSv1_2_client_method’; did you mean ‘TLS_client_method’?
[-Wimplicit-function-declaration]
| 764 | config->meth = (SSL_METHOD *)TLSv1_2_client_method();
| | ^~~~~~~~~~~~~~~~~~~~~
| | TLS_client_method
| ssl_module.c:764:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 764 | config->meth = (SSL_METHOD *)TLSv1_2_client_method();
| | ^
| ssl_module.c:769:34: error: implicit declaration of function
‘DTLSv1_client_method’; did you mean ‘DTLS_client_method’?
[-Wimplicit-function-declaration]
| 769 | config->meth = (SSL_METHOD *)DTLSv1_client_method();
| | ^~~~~~~~~~~~~~~~~~~~
| | DTLS_client_method
| ssl_module.c:769:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 769 | config->meth = (SSL_METHOD *)DTLSv1_client_method();
| | ^
| ssl_module.c: In function ‘worker_set_server_method’:
| ssl_module.c:801:34: error: implicit declaration of function
‘SSLv3_server_method’; did you mean ‘SSLv23_server_method’?
[-Wimplicit-function-declaration]
| 801 | config->meth = (SSL_METHOD *)SSLv3_server_method();
| | ^~~~~~~~~~~~~~~~~~~
| | SSLv23_server_method
| ssl_module.c:801:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 801 | config->meth = (SSL_METHOD *)SSLv3_server_method();
| | ^
| ssl_module.c:806:34: error: implicit declaration of function
‘TLSv1_server_method’; did you mean ‘TLS_server_method’?
[-Wimplicit-function-declaration]
| 806 | config->meth = (SSL_METHOD *)TLSv1_server_method();
| | ^~~~~~~~~~~~~~~~~~~
| | TLS_server_method
| ssl_module.c:806:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 806 | config->meth = (SSL_METHOD *)TLSv1_server_method();
| | ^
| ssl_module.c:811:34: error: implicit declaration of function
‘TLSv1_1_server_method’; did you mean ‘TLS_server_method’?
[-Wimplicit-function-declaration]
| 811 | config->meth = (SSL_METHOD *)TLSv1_1_server_method();
| | ^~~~~~~~~~~~~~~~~~~~~
| | TLS_server_method
| ssl_module.c:811:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 811 | config->meth = (SSL_METHOD *)TLSv1_1_server_method();
| | ^
| ssl_module.c:815:34: error: implicit declaration of function
‘TLSv1_2_server_method’; did you mean ‘TLS_server_method’?
[-Wimplicit-function-declaration]
| 815 | config->meth = (SSL_METHOD *)TLSv1_2_server_method();
| | ^~~~~~~~~~~~~~~~~~~~~
| | TLS_server_method
| ssl_module.c:815:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 815 | config->meth = (SSL_METHOD *)TLSv1_2_server_method();
| | ^
| ssl_module.c:820:34: error: implicit declaration of function
‘DTLSv1_server_method’; did you mean ‘DTLS_server_method’?
[-Wimplicit-function-declaration]
| 820 | config->meth = (SSL_METHOD *)DTLSv1_server_method();
| | ^~~~~~~~~~~~~~~~~~~~
| | DTLS_server_method
| ssl_module.c:820:20: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
| 820 | config->meth = (SSL_METHOD *)DTLSv1_server_method();
| | ^
| ssl_module.c: In function ‘ssl_transport_read’:
| ssl_module.c:977:19: error: implicit declaration of function
‘ERR_get_error’; did you mean ‘SSL_get_error’?
[-Wimplicit-function-declaration]
| 977 | int ecode = ERR_get_error();
| | ^~~~~~~~~~~~~
| | SSL_get_error
| make[2]: *** [Makefile:624: ssl_module.o] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/httest_2.4.23-5_amd64-2026-04-19T13:35:47Z
Sebastian