diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_des3.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_des3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/e_des3.c b/src/lib/libcrypto/evp/e_des3.c index 0138839763..cc01c69b5e 100644 --- a/src/lib/libcrypto/evp/e_des3.c +++ b/src/lib/libcrypto/evp/e_des3.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_des3.c,v 1.20 2019/05/14 15:40:44 beck Exp $ */ | 1 | /* $OpenBSD: e_des3.c,v 1.21 2022/09/03 20:12:24 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 | * |
@@ -85,8 +85,6 @@ typedef struct { | |||
85 | 85 | ||
86 | #define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data) | 86 | #define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data) |
87 | 87 | ||
88 | /* Because of various casts and different args can't use IMPLEMENT_BLOCK_CIPHER */ | ||
89 | |||
90 | static int | 88 | static int |
91 | des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, | 89 | des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, |
92 | const unsigned char *in, size_t inl) | 90 | const unsigned char *in, size_t inl) |