diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/des/des_fcrypt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/des/des_fcrypt.c b/src/lib/libcrypto/des/des_fcrypt.c index 4d06a79794..049040b184 100644 --- a/src/lib/libcrypto/des/des_fcrypt.c +++ b/src/lib/libcrypto/des/des_fcrypt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: des_fcrypt.c,v 1.2 2024/08/31 16:04:22 jsing Exp $ */ | 1 | /* $OpenBSD: des_fcrypt.c,v 1.3 2024/08/31 16:17:13 jsing 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 | * |
@@ -89,9 +89,6 @@ fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, | |||
89 | DES_LONG Eswap1) | 89 | DES_LONG Eswap1) |
90 | { | 90 | { |
91 | DES_LONG l, r, t, u; | 91 | DES_LONG l, r, t, u; |
92 | #ifdef DES_PTR | ||
93 | const unsigned char *des_SP = (const unsigned char *)DES_SPtrans; | ||
94 | #endif | ||
95 | DES_LONG *s; | 92 | DES_LONG *s; |
96 | int j; | 93 | int j; |
97 | DES_LONG E0, E1; | 94 | DES_LONG E0, E1; |