diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_rc2.c')
| -rw-r--r-- | src/lib/libcrypto/evp/e_rc2.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/evp/e_rc2.c b/src/lib/libcrypto/evp/e_rc2.c index d859ad2a15..6f8c051cff 100644 --- a/src/lib/libcrypto/evp/e_rc2.c +++ b/src/lib/libcrypto/evp/e_rc2.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: e_rc2.c,v 1.25 2023/12/02 19:06:22 tb Exp $ */ | 1 | /* $OpenBSD: e_rc2.c,v 1.26 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 | * |
| @@ -172,7 +172,6 @@ static const EVP_CIPHER rc2_cbc = { | |||
| 172 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, | 172 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, |
| 173 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, | 173 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, |
| 174 | .ctrl = rc2_ctrl, | 174 | .ctrl = rc2_ctrl, |
| 175 | .app_data = NULL, | ||
| 176 | }; | 175 | }; |
| 177 | 176 | ||
| 178 | const EVP_CIPHER * | 177 | const EVP_CIPHER * |
| @@ -194,7 +193,6 @@ static const EVP_CIPHER rc2_cfb64 = { | |||
| 194 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, | 193 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, |
| 195 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, | 194 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, |
| 196 | .ctrl = rc2_ctrl, | 195 | .ctrl = rc2_ctrl, |
| 197 | .app_data = NULL, | ||
| 198 | }; | 196 | }; |
| 199 | 197 | ||
| 200 | const EVP_CIPHER * | 198 | const EVP_CIPHER * |
| @@ -216,7 +214,6 @@ static const EVP_CIPHER rc2_ofb = { | |||
| 216 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, | 214 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, |
| 217 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, | 215 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, |
| 218 | .ctrl = rc2_ctrl, | 216 | .ctrl = rc2_ctrl, |
| 219 | .app_data = NULL, | ||
| 220 | }; | 217 | }; |
| 221 | 218 | ||
| 222 | const EVP_CIPHER * | 219 | const EVP_CIPHER * |
| @@ -238,7 +235,6 @@ static const EVP_CIPHER rc2_ecb = { | |||
| 238 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, | 235 | .set_asn1_parameters = rc2_set_asn1_type_and_iv, |
| 239 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, | 236 | .get_asn1_parameters = rc2_get_asn1_type_and_iv, |
| 240 | .ctrl = rc2_ctrl, | 237 | .ctrl = rc2_ctrl, |
| 241 | .app_data = NULL, | ||
| 242 | }; | 238 | }; |
| 243 | 239 | ||
| 244 | const EVP_CIPHER * | 240 | const EVP_CIPHER * |
| @@ -262,7 +258,6 @@ static const EVP_CIPHER r2_64_cbc_cipher = { | |||
| 262 | rc2_set_asn1_type_and_iv, | 258 | rc2_set_asn1_type_and_iv, |
| 263 | rc2_get_asn1_type_and_iv, | 259 | rc2_get_asn1_type_and_iv, |
| 264 | rc2_ctrl, | 260 | rc2_ctrl, |
| 265 | NULL | ||
| 266 | }; | 261 | }; |
| 267 | 262 | ||
| 268 | static const EVP_CIPHER r2_40_cbc_cipher = { | 263 | static const EVP_CIPHER r2_40_cbc_cipher = { |
| @@ -276,7 +271,6 @@ static const EVP_CIPHER r2_40_cbc_cipher = { | |||
| 276 | rc2_set_asn1_type_and_iv, | 271 | rc2_set_asn1_type_and_iv, |
| 277 | rc2_get_asn1_type_and_iv, | 272 | rc2_get_asn1_type_and_iv, |
| 278 | rc2_ctrl, | 273 | rc2_ctrl, |
| 279 | NULL | ||
| 280 | }; | 274 | }; |
| 281 | 275 | ||
| 282 | const EVP_CIPHER * | 276 | const EVP_CIPHER * |
