https://bugzilla.mindrot.org/show_bug.cgi?id=2319
Vincent Brillault <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Vincent Brillault <[email protected]> --- Compilation fails for me when kerberos support is enabled due to: In file included from auth-u2f.c:48: ./monitor_wrap.h:64:1: error: unknown type name 'OM_uint32' OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID); (And several other similar errors). Quick fix on my side to get it to compile: add '''#include "ssh-gss.h"'''. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
