diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-21 18:25:28 +0200 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:51 +0300 |
commit | 2b144531f1a760514f217012e9dab01359b7a0d7 (patch) | |
tree | 0c9285cd0e52efff36d3bf700cbc9ccd918bcde1 /auth | |
parent | 0a6e568344adb66e5f20ce61f106d791886fcb35 (diff) | |
download | samba-2b144531f1a760514f217012e9dab01359b7a0d7.tar.gz samba-2b144531f1a760514f217012e9dab01359b7a0d7.tar.bz2 samba-2b144531f1a760514f217012e9dab01359b7a0d7.zip |
gse: Use the smb_gss_oid_equal wrapper.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/kerberos/pac_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/kerberos/pac_utils.h b/auth/kerberos/pac_utils.h index 7726f52775..d654bec208 100644 --- a/auth/kerberos/pac_utils.h +++ b/auth/kerberos/pac_utils.h @@ -22,7 +22,7 @@ #define _PAC_UTILS_H #include "lib/krb5_wrap/krb5_samba.h" -#include "system/gssapi.h" +#include "lib/krb5_wrap/gss_samba.h" struct PAC_SIGNATURE_DATA; struct PAC_DATA; |