From: Ben Laurie Date: Tue, 6 Jan 2004 18:02:32 +0000 (+0000) Subject: Improve debugging. X-Git-Tag: BEN_FIPS_TEST_4^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60624601310c5f7422617155de936975f8541bbf;p=oweals%2Fopenssl.git Improve debugging. --- diff --git a/fips/des/fips_desmovs.c b/fips/des/fips_desmovs.c index f46a309e92..bfe4f653fe 100644 --- a/fips/des/fips_desmovs.c +++ b/fips/des/fips_desmovs.c @@ -329,7 +329,7 @@ void do_mct(char *amode, /* DebugValue("iv",ctx.iv,8); */ /* accumulate material for the next key */ shiftin(nk,text,Sizes[imode]); - /* DebugValue("nk",nk,8); */ + /* DebugValue("nk",nk,24);*/ if((dir && (imode == CFB1 || imode == CFB8 || imode == CFB64 || imode == CBC)) || imode == OFB) memcpy(text,old_iv,8);