summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-13 08:53:40 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-13 08:53:40 +0000
commite4b52ac3530849a48aae3b18b9781019cb16826b (patch)
tree2a2b9301c36504365875daa00ee4568741201632
parentabd22c9c46e089cda5023b6dc6f872723d95fd24 (diff)
Oh, the destest program did look at the return value...
-rw-r--r--crypto/des/destest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 7799e6e4bf..687c00c792 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -320,7 +320,11 @@ static unsigned char ofb_cipher[24]=
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};
static char *pt(unsigned char *p);