diff options
author | Günther Deschner <gd@samba.org> | 2009-11-27 15:52:57 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-01-13 14:01:03 +0100 |
commit | d68c0ddaa442ec9e40a192d0b399109fc9b2d511 (patch) | |
tree | 4cad2f57b2281ac5812565af89d0e9a8fc1210d9 /source/libsmb/clikrb5.c | |
parent | e9d846263b692c47550fc0ae0dbdf073886934bf (diff) | |
download | samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.gz |
s3-kerberos: only use krb5 headers where required.
This seems to be the only way to deal with mixed heimdal/MIT setups during
merged build.
Guenther
(cherry picked from commit 60262369fc2ae19f6d9263e35b5db9b09b603a1b)
Diffstat (limited to 'source/libsmb/clikrb5.c')
-rw-r--r-- | source/libsmb/clikrb5.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c index 666ca086339..1b45e826a4b 100644 --- a/source/libsmb/clikrb5.c +++ b/source/libsmb/clikrb5.c @@ -20,10 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */ -/* this file uses DEPRECATED interfaces! */ - #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 |