[Bug 2319] [PATCH REVIEW] U2F authentication
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue May 3 21:27:31 AEST 2016
https://bugzilla.mindrot.org/show_bug.cgi?id=2319
Vincent Brillault <git at lerya.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git at lerya.net
--- Comment #20 from Vincent Brillault <git at lerya.net> ---
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.
More information about the openssh-bugs
mailing list