summaryrefslogtreecommitdiffstats
path: root/crypto/des/ofb64ede.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/ofb64ede.c')
-rw-r--r--crypto/des/ofb64ede.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/ofb64ede.c b/crypto/des/ofb64ede.c
index 03399bc297..45c67505a6 100644
--- a/crypto/des/ofb64ede.c
+++ b/crypto/des/ofb64ede.c
@@ -102,8 +102,8 @@ void DES_ede3_ofb64_encrypt(register const unsigned char *in,
n = (n + 1) & 0x07;
}
if (save) {
-/*- v0=ti[0];
- v1=ti[1];*/
+/*- v0=ti[0];
+ v1=ti[1];*/
iv = &(*ivec)[0];
l2c(v0, iv);
l2c(v1, iv);