summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto/gse_krb5.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-08-25 17:02:59 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-08-31 20:59:13 +0200
commit2622e16d7685c48daa17408f4db74df8577b193a (patch)
tree3b22c33d436a16e5cc6ef8d48bc466a034bd6f79 /source3/librpc/crypto/gse_krb5.c
parent81917a1162b168b2cd7a07706262cff3d9624e6a (diff)
downloadsamba-2622e16d7685c48daa17408f4db74df8577b193a.tar.gz
krb5_wrap: Rename get_kerberos_allowed_etypes()
Use consistent naming. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/librpc/crypto/gse_krb5.c')
-rw-r--r--source3/librpc/crypto/gse_krb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse_krb5.c b/source3/librpc/crypto/gse_krb5.c
index e0021d08b56..85652b77d76 100644
--- a/source3/librpc/crypto/gse_krb5.c
+++ b/source3/librpc/crypto/gse_krb5.c
@@ -123,7 +123,7 @@ static krb5_error_code fill_keytab_from_password(krb5_context krbctx,
krb5_keytab_entry kt_entry;
unsigned int i;
- ret = get_kerberos_allowed_etypes(krbctx, &enctypes);
+ ret = smb_krb5_get_allowed_etypes(krbctx, &enctypes);
if (ret) {
DEBUG(1, (__location__
": Can't determine permitted enctypes!\n"));