[PATCH 06/28] gss_krb5: move krb5_crypto into the krb5 module

Kevin Coffman kwc at citi.umich.edu
Mon Mar 31 12:53:57 EDT 2008


On Mon, Mar 31, 2008 at 11:58 AM, Chuck Lever <chuck.lever at oracle.com> wrote:
> On Mar 31, 2008, at 10:31 AM, Kevin Coffman wrote:
>  > The gss_krb5_crypto.o object belongs in the rpcsec_gss_krb5 module.
>
>  Interesting.  Was there a reason it was this way to begin with? Say,
>  some kind of build dependency?

I assumed it was a mistake.  I hope there are no build dependencies.
Bruce would know?

>  > Signed-off-by: Kevin Coffman <kwc at citi.umich.edu>
>  > ---
>  >
>  >  net/sunrpc/auth_gss/Makefile |    4 ++--
>  >  1 files changed, 2 insertions(+), 2 deletions(-)
>  >
>  > diff --git a/net/sunrpc/auth_gss/Makefile b/net/sunrpc/auth_gss/
>  > Makefile
>  > index f3431a7..4de8bcf 100644
>  > --- a/net/sunrpc/auth_gss/Makefile
>  > +++ b/net/sunrpc/auth_gss/Makefile
>  > @@ -5,12 +5,12 @@
>  >  obj-$(CONFIG_SUNRPC_GSS) += auth_rpcgss.o
>  >
>  >  auth_rpcgss-objs := auth_gss.o gss_generic_token.o \
>  > -     gss_mech_switch.o svcauth_gss.o gss_krb5_crypto.o
>  > +     gss_mech_switch.o svcauth_gss.o
>  >
>  >  obj-$(CONFIG_RPCSEC_GSS_KRB5) += rpcsec_gss_krb5.o
>  >
>  >  rpcsec_gss_krb5-objs := gss_krb5_mech.o gss_krb5_seal.o
>  > gss_krb5_unseal.o \
>  > -     gss_krb5_seqnum.o gss_krb5_wrap.o
>  > +     gss_krb5_seqnum.o gss_krb5_wrap.o gss_krb5_crypto.o
>  >
>  >  obj-$(CONFIG_RPCSEC_GSS_SPKM3) += rpcsec_gss_spkm3.o
>  >
>  >
>  > _______________________________________________
>  > NFSv4 mailing list
>  > NFSv4 at linux-nfs.org
>  > http://linux-nfs.org/cgi-bin/mailman/listinfo/nfsv4
>
>  --
>  Chuck Lever
>  chuck[dot]lever[at]oracle[dot]com
>
>
>
>


More information about the NFSv4 mailing list