diff options
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r-- | source3/librpc/crypto/gse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 9c18443206..3571dfd062 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -30,7 +30,7 @@ #include "../librpc/gen_ndr/dcerpc.h" #include "lib/util/asn1.h" -#if defined(HAVE_KRB5) && defined(HAVE_GSS_WRAP_IOV) +#if defined(HAVE_KRB5) #include "smb_krb5.h" #include "gse_krb5.h" @@ -1180,4 +1180,4 @@ const struct gensec_security_ops gensec_gse_krb5_security_ops = { .priority = GENSEC_GSSAPI }; -#endif /* HAVE_KRB5 && HAVE_GSS_WRAP_IOV */ +#endif /* HAVE_KRB5 */ |