diff options
| author | tb <> | 2025-12-26 19:11:01 +0000 |
|---|---|---|
| committer | tb <> | 2025-12-26 19:11:01 +0000 |
| commit | 9563dc1228dfa66117bf6d98cf3613059b3846c6 (patch) | |
| tree | db8372d69d9a8bbb6209ee4e05ddaba39cf68ed8 /src | |
| parent | c9338745181f31ae01336081edfdb738c0b76d5f (diff) | |
| download | openbsd-9563dc1228dfa66117bf6d98cf3613059b3846c6.tar.gz openbsd-9563dc1228dfa66117bf6d98cf3613059b3846c6.tar.bz2 openbsd-9563dc1228dfa66117bf6d98cf3613059b3846c6.zip | |
"SCREW_THE_PARITY is not ment to be defined."
alright. go home.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/des/destest.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/regress/lib/libcrypto/des/destest.c b/src/regress/lib/libcrypto/des/destest.c index ebc67f3107..8a2b94d2d6 100644 --- a/src/regress/lib/libcrypto/des/destest.c +++ b/src/regress/lib/libcrypto/des/destest.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: destest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ | 1 | /* $OpenBSD: destest.c,v 1.5 2025/12/26 19:11:01 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -233,24 +233,12 @@ static unsigned char cbc_ok[32]={ | |||
| 233 | 0x46,0x8e,0x91,0x15,0x78,0x88,0xba,0x68, | 233 | 0x46,0x8e,0x91,0x15,0x78,0x88,0xba,0x68, |
| 234 | 0x1d,0x26,0x93,0x97,0xf7,0xfe,0x62,0xb4}; | 234 | 0x1d,0x26,0x93,0x97,0xf7,0xfe,0x62,0xb4}; |
| 235 | 235 | ||
| 236 | #ifdef SCREW_THE_PARITY | ||
| 237 | #error "SCREW_THE_PARITY is not ment to be defined." | ||
| 238 | #error "Original vectors are preserved for reference only." | ||
| 239 | static unsigned char cbc2_key[8]={0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87}; | ||
| 240 | static unsigned char xcbc_ok[32]={ | ||
| 241 | 0x86,0x74,0x81,0x0D,0x61,0xA4,0xA5,0x48, | ||
| 242 | 0xB9,0x93,0x03,0xE1,0xB8,0xBB,0xBD,0xBD, | ||
| 243 | 0x64,0x30,0x0B,0xB9,0x06,0x65,0x81,0x76, | ||
| 244 | 0x04,0x1D,0x77,0x62,0x17,0xCA,0x2B,0xD2, | ||
| 245 | }; | ||
| 246 | #else | ||
| 247 | static unsigned char xcbc_ok[32]={ | 236 | static unsigned char xcbc_ok[32]={ |
| 248 | 0x84,0x6B,0x29,0x14,0x85,0x1E,0x9A,0x29, | 237 | 0x84,0x6B,0x29,0x14,0x85,0x1E,0x9A,0x29, |
| 249 | 0x54,0x73,0x2F,0x8A,0xA0,0xA6,0x11,0xC1, | 238 | 0x54,0x73,0x2F,0x8A,0xA0,0xA6,0x11,0xC1, |
| 250 | 0x15,0xCD,0xC2,0xD7,0x95,0x1B,0x10,0x53, | 239 | 0x15,0xCD,0xC2,0xD7,0x95,0x1B,0x10,0x53, |
| 251 | 0xA6,0x3C,0x5E,0x03,0xB2,0x1A,0xA3,0xC4, | 240 | 0xA6,0x3C,0x5E,0x03,0xB2,0x1A,0xA3,0xC4, |
| 252 | }; | 241 | }; |
| 253 | #endif | ||
| 254 | 242 | ||
| 255 | static unsigned char cbc3_ok[32]={ | 243 | static unsigned char cbc3_ok[32]={ |
| 256 | 0x3F,0xE3,0x01,0xC9,0x62,0xAC,0x01,0xD0, | 244 | 0x3F,0xE3,0x01,0xC9,0x62,0xAC,0x01,0xD0, |
