X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fgss%2Fcontext_lucid.c;h=a24eda1778ba895e68b06189524c68acd56da5a7;hp=f879caaef772c4e0d556e2007f97b82bc6d1490d;hb=4d1d6ed7849b0532e44f2fd742d4e07b649d6f66;hpb=449186a71320e3406f6f06cc8cc89be71c016e9f diff --git a/lustre/utils/gss/context_lucid.c b/lustre/utils/gss/context_lucid.c index f879caa..a24eda1 100644 --- a/lustre/utils/gss/context_lucid.c +++ b/lustre/utils/gss/context_lucid.c @@ -2,7 +2,7 @@ * COPYRIGHT (c) 2006 The Regents of the University of Michigan * ALL RIGHTS RESERVED * - * Copyright (c) 2014, Intel Corporation. + * Copyright (c) 2012, 2014, Intel Corporation. * * Permission is granted to use, copy, create derivative works * and redistribute this software and such derivative works @@ -330,8 +330,8 @@ derive_key_lucid(const gss_krb5_lucid_key_t *in, gss_krb5_lucid_key_t *out, if (code) goto out; - code = krb5int_derive_key(enc, key_in, &key_out, &datain, - DERIVE_RFC3961); + code = ll_krb5int_derive_key(enc, key_in, &key_out, &datain, + DERIVE_RFC3961); krb5_k_free_key(kcontext, key_in); if (code == 0) {