aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-16 15:52:31 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:06 +0000
commit28470b6095aa1f098860ffdf226f32e4c4cd334f (patch)
tree02493f5887006cd6c5fd9a844fc2165e8960121c /crypto/des
parent23a22b4cf72b0c2aadcd65001d4a28941d570547 (diff)
downloadopenssl-28470b6095aa1f098860ffdf226f32e4c4cd334f.tar.gz
Yet more comments
Conflicts: crypto/dsa/dsa_asn1.c crypto/pem/pem_all.c fips/dh/dh_gen.c fips/dh/fips_dh_check.c fips/dh/fips_dh_gen.c ssl/ssl_ciph.c Conflicts: ssl/d1_clnt.c Conflicts: ssl/s2_pkt.c Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/ofb64ede.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/ofb64ede.c b/crypto/des/ofb64ede.c
index 26bbf9a6a7..a9cdfd63f3 100644
--- a/crypto/des/ofb64ede.c
+++ b/crypto/des/ofb64ede.c
@@ -105,7 +105,7 @@ void DES_ede3_ofb64_encrypt(register const unsigned char *in,
}
if (save)
{
-/* v0=ti[0];
+/*- v0=ti[0];
v1=ti[1];*/
iv = &(*ivec)[0];
l2c(v0,iv);