diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-20 17:39:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 11:21:37 +1000 |
commit | e04bab4a19658009e53949b814a58d177966a9cd (patch) | |
tree | bb9bb8962f23590a8b1272cd5fc2cdbea37a4993 /source3 | |
parent | e81ea8a291d1a51a1b69dfeabf686e72f284689b (diff) | |
download | samba-e04bab4a19658009e53949b814a58d177966a9cd.tar.gz samba-e04bab4a19658009e53949b814a58d177966a9cd.tar.bz2 samba-e04bab4a19658009e53949b814a58d177966a9cd.zip |
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
This will allow the GSSAPI PAC fetch code to use it.
Andrew Bartlett
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb_krb5.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/smb_krb5.h b/source3/include/smb_krb5.h index d87dc79ff9..8109747b70 100644 --- a/source3/include/smb_krb5.h +++ b/source3/include/smb_krb5.h @@ -14,14 +14,6 @@ #include "libcli/auth/krb5_wrap.h" -#if HAVE_GSSAPI_GSSAPI_H -#include <gssapi/gssapi.h> -#elif HAVE_GSSAPI_GSSAPI_GENERIC_H -#include <gssapi/gssapi_generic.h> -#elif HAVE_GSSAPI_H -#include <gssapi.h> -#endif - #ifndef KRB5_ADDR_NETBIOS #define KRB5_ADDR_NETBIOS 0x14 #endif |