diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_cast.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_cast.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/evp/e_cast.c b/src/lib/libcrypto/evp/e_cast.c index a0e52dfdf4..5c3e504835 100644 --- a/src/lib/libcrypto/evp/e_cast.c +++ b/src/lib/libcrypto/evp/e_cast.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_cast.c,v 1.16 2023/07/07 19:37:53 beck Exp $ */ | 1 | /* $OpenBSD: e_cast.c,v 1.17 2024/01/04 17:38:36 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 | * |
@@ -170,7 +170,6 @@ static const EVP_CIPHER cast5_cbc = { | |||
170 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, | 170 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, |
171 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, | 171 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, |
172 | .ctrl = NULL, | 172 | .ctrl = NULL, |
173 | .app_data = NULL, | ||
174 | }; | 173 | }; |
175 | 174 | ||
176 | const EVP_CIPHER * | 175 | const EVP_CIPHER * |
@@ -192,7 +191,6 @@ static const EVP_CIPHER cast5_cfb64 = { | |||
192 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, | 191 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, |
193 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, | 192 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, |
194 | .ctrl = NULL, | 193 | .ctrl = NULL, |
195 | .app_data = NULL, | ||
196 | }; | 194 | }; |
197 | 195 | ||
198 | const EVP_CIPHER * | 196 | const EVP_CIPHER * |
@@ -214,7 +212,6 @@ static const EVP_CIPHER cast5_ofb = { | |||
214 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, | 212 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, |
215 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, | 213 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, |
216 | .ctrl = NULL, | 214 | .ctrl = NULL, |
217 | .app_data = NULL, | ||
218 | }; | 215 | }; |
219 | 216 | ||
220 | const EVP_CIPHER * | 217 | const EVP_CIPHER * |
@@ -236,7 +233,6 @@ static const EVP_CIPHER cast5_ecb = { | |||
236 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, | 233 | .set_asn1_parameters = EVP_CIPHER_set_asn1_iv, |
237 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, | 234 | .get_asn1_parameters = EVP_CIPHER_get_asn1_iv, |
238 | .ctrl = NULL, | 235 | .ctrl = NULL, |
239 | .app_data = NULL, | ||
240 | }; | 236 | }; |
241 | 237 | ||
242 | const EVP_CIPHER * | 238 | const EVP_CIPHER * |