[Pkg-openssl-devel] Bug#1138329: sslsplit: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 30 16:54:42 BST 2026


Package: sslsplit
Version: 0.5.5-2.1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel at lists.alioth.debian.org
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

| ssl.c: In function ‘ssl_ia5string_strdup’:
| ssl.c:1782:25: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1782 |         if (!ia5 || !ia5->length)
|       |                         ^~
| ssl.c:1784:25: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1784 |         str = malloc(ia5->length + 1);
|       |                         ^~
| ssl.c:1787:24: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1787 |         memcpy(str, ia5->data, ia5->length);
|       |                        ^~
| ssl.c:1787:35: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1787 |         memcpy(str, ia5->data, ia5->length);
|       |                                   ^~
| ssl.c:1788:16: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1788 |         str[ia5->length] = 0;
|       |                ^~


Full buildlog
 	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/sslsplit_0.5.5-2.1_amd64-2026-04-19T09:13:13Z

Sebastian



More information about the Pkg-openssl-devel mailing list