[Bug 3846] Connect failure with large sshd_config
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jul 4 19:04:13 AEST 2025
https://bugzilla.mindrot.org/show_bug.cgi?id=3846
--- Comment #5 from Dmitry Belyavskiy <dbelyavs at redhat.com> ---
I'm sorry but the latest master configured with
./configure --build=x86_64-redhat-linux --host=x86_64-redhat-linux
--program-prefix= --disable-dependency-tracking --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var
--runstatedir=/run --sharedstatedir=/var/lib --mandir=/usr/share/man
--infodir=/usr/share/info --sysconfdir=/etc/ssh
--libexecdir=/usr/libexec/openssh --datadir=/usr/share/openssh
--with-default-path=/usr/local/bin:/usr/bin:/usr/local/sbin
--with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/bin
--with-privsep-path=/usr/share/empty.sshd --disable-strip
--without-zlib-version-check --with-ipaddr-display --with-pie=no
--without-hardening --with-systemd --with-default-pkcs11-provider=yes
--with-security-key-builtin=yes --with-pam --with-selinux
--with-audit=linux --with-sandbox=seccomp_filter --with-kerberos5
--with-libedit
fails to compile with
In file included from sshd.c:97:
monitor_wrap.h:68:1: error: unknown type name ‘OM_uint32’
68 | OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
| ^~~~~~~~~
monitor_wrap.h:68:36: error: unknown type name ‘Gssctxt’
68 | OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
| ^~~~~~~
monitor_wrap.h:68:48: error: unknown type name ‘gss_OID’
68 | OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
| ^~~~~~~
monitor_wrap.h:69:1: error: unknown type name ‘OM_uint32’
69 | OM_uint32 mm_ssh_gssapi_accept_ctx(Gssctxt *,
| ^~~~~~~~~
monitor_wrap.h:69:36: error: unknown type name ‘Gssctxt’
69 | OM_uint32 mm_ssh_gssapi_accept_ctx(Gssctxt *,
| ^~~~~~~
monitor_wrap.h:70:4: error: unknown type name ‘gss_buffer_desc’
70 | gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);
| ^~~~~~~~~~~~~~~
monitor_wrap.h:70:23: error: unknown type name ‘gss_buffer_desc’
70 | gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);
| ^~~~~~~~~~~~~~~
monitor_wrap.h:70:42: error: unknown type name ‘OM_uint32’
70 | gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);
| ^~~~~~~~~
monitor_wrap.h:72:1: error: unknown type name ‘OM_uint32’
72 | OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t,
gss_buffer_t);
| ^~~~~~~~~
monitor_wrap.h:72:34: error: unknown type name ‘Gssctxt’
72 | OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t,
gss_buffer_t);
| ^~~~~~~
monitor_wrap.h:72:45: error: unknown type name ‘gss_buffer_t’
72 | OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t,
gss_buffer_t);
| ^~~~~~~~~~~~
monitor_wrap.h:72:59: error: unknown type name ‘gss_buffer_t’
72 | OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t,
gss_buffer_t);
|
^~~~~~~~~~~~
make: *** [Makefile:218: sshd.o] Error 1
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list