Improve debugging.
authorBen Laurie <ben@openssl.org>
Tue, 6 Jan 2004 18:02:32 +0000 (18:02 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 6 Jan 2004 18:02:32 +0000 (18:02 +0000)
fips/des/fips_desmovs.c

index f46a309e92bd496f237df1b74ec2ea00538ac7b6..bfe4f653fe08ceb2bb04e30ce5e2d849ab907e62 100644 (file)
@@ -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);