#1138343 hitch: FTBFS with openssl 4.0

Package:
hitch
Source:
hitch
Description:
scalable TLS proxy
Submitter:
Sebastian Andrzej Siewior
Date:
2026-05-30 15:58:03 UTC
Severity:
normal
Tags:
#1138343#5
Date:
2026-05-30 15:57:17 UTC
From:
To:
OpenSSL 4.0 is in experimental. This package fails to build against it:

| gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -DOPENSSL_SUPPRESS_DEPRECATED -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/hitch-1.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o foreign/asn_gentm.o foreign/asn_gentm.c
| foreign/asn_gentm.c: In function ‘asn1_generalizedtime_to_tm’:
| foreign/asn_gentm.c:135:14: error: invalid use of incomplete typedef ‘ASN1_GENERALIZEDTIME’ {aka ‘const struct asn1_string_st’}
|   135 |         if (d->type != V_ASN1_GENERALIZEDTIME)
|       |              ^~
| foreign/asn_gentm.c:137:14: error: invalid use of incomplete typedef ‘ASN1_GENERALIZEDTIME’ {aka ‘const struct asn1_string_st’}
|   137 |         l = d->length;
|       |              ^~
| foreign/asn_gentm.c:138:22: error: invalid use of incomplete typedef ‘ASN1_GENERALIZEDTIME’ {aka ‘const struct asn1_string_st’}
|   138 |         a = (char *)d->data;
|       |                      ^~
| make[4]: *** [Makefile:781: foreign/asn_gentm.o] Error 1

Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/hitch_1.8.0-1_amd64-2026-04-19T07:33:54Z

Sebastian