From 168aee6f564c4d97d94e751351022afdb091a9a3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 11 Nov 1997 00:16:56 +0000 Subject: [PATCH] remove dead code git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3892 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/build_auth.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/krb5/build_auth.c b/lib/krb5/build_auth.c index c92802210..f94a9d1bd 100644 --- a/lib/krb5/build_auth.c +++ b/lib/krb5/build_auth.c @@ -79,14 +79,11 @@ krb5_build_authenticator (krb5_context context, auth->ctime = sec; auth->cusec = usec; } -#if 0 - auth->subkey = NULL; -#else krb5_generate_subkey (context, &cred->session, &auth->subkey); free_EncryptionKey (&auth_context->local_subkey); copy_EncryptionKey (auth->subkey, &auth_context->local_subkey); -#endif + if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_SEQUENCE) { krb5_generate_seq_number (context, &cred->session,