c0b9f4fe65
similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
6 lines
158 B
C
6 lines
158 B
C
/* $FreeBSD$ */
|
|
#ifdef __GNUC__
|
|
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
|
|
#endif
|
|
#include <gssapi/gssapi.h>
|