Hans Leidekker hans@codeweavers.com writes:
Signed-off-by: Hans Leidekker hans@codeweavers.com
dlls/kerberos/krb5_ap.c | 163 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 134 insertions(+), 29 deletions(-)
This doesn't build without gssapi:
../../../wine/dlls/kerberos/krb5_ap.c: In function ‘kerberos_SpQueryContextAttributes’: ../../../wine/dlls/kerberos/krb5_ap.c:1096:9: error: unknown type name ‘gss_ctx_id_t’ ../../../wine/dlls/kerberos/krb5_ap.c:1099:29: warning: implicit declaration of function ‘ctxthandle_sspi_to_gss’ [-Wimplicit-function-declaration] ../../../wine/dlls/kerberos/krb5_ap.c:1100:21: warning: implicit declaration of function ‘is_dce_style_context’ [-Wimplicit-function-declaration] Makefile:174: recipe for target 'krb5_ap.o' failed