projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fdd8d
)
Improve debugging.
author
Ben Laurie
<ben@openssl.org>
Tue, 6 Jan 2004 18:02:32 +0000
(18:02 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 6 Jan 2004 18:02:32 +0000
(18:02 +0000)
fips/des/fips_desmovs.c
patch
|
blob
|
history
diff --git
a/fips/des/fips_desmovs.c
b/fips/des/fips_desmovs.c
index f46a309e92bd496f237df1b74ec2ea00538ac7b6..bfe4f653fe08ceb2bb04e30ce5e2d849ab907e62 100644
(file)
--- 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);