Ticket #12805: krb5.diff
File krb5.diff, 358 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
lib/krb5.c
old new 45 45 #include <netdb.h> 46 46 #endif 47 47 #include <string.h> 48 #ifdef HAVE_GSSMIT 48 #ifdef HAVE_GSSGNU 49 /* GNU style */ 50 #include <gss.h> 51 #elif defined HAVE_GSSMIT 49 52 /* MIT style */ 50 53 #include <gssapi/gssapi.h> 51 54 #include <gssapi/gssapi_generic.h>