aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-02 11:11:34 -0500
committerRich Salz <rsalz@openssl.org>2015-02-02 11:11:34 -0500
commit9ccc00ef6ea65567622e40c49aca43f2c6d79cdb (patch)
treec6d8ee38c57de246455d61548d110cdde6834327 /crypto/des
parent7aa0b022460e1a7bfdf5c70e8cd084d916bac012 (diff)
downloadopenssl-9ccc00ef6ea65567622e40c49aca43f2c6d79cdb.tar.gz
Dead code cleanup: #if 0 dropped from tests
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/destest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index be68d36bcf..14f4dfe77c 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -345,12 +345,7 @@ static unsigned char ofb_cipher[24] = {
0x35, 0xf2, 0x4a, 0x24, 0x2e, 0xeb, 0x3d, 0x3f,
0x3d, 0x6d, 0x5b, 0xe3, 0x25, 0x5a, 0xf8, 0xc3
};
-
-# if 0
-static DES_LONG cbc_cksum_ret = 0xB462FEF7L;
-# else
static DES_LONG cbc_cksum_ret = 0xF7FE62B4L;
-# endif
static unsigned char cbc_cksum_data[8] =
{ 0x1D, 0x26, 0x93, 0x97, 0xf7, 0xfe, 0x62, 0xb4 };