diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_xcbc_d.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_xcbc_d.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/e_xcbc_d.c b/src/lib/libcrypto/evp/e_xcbc_d.c index 32f9f2eaa8..5a3d535661 100644 --- a/src/lib/libcrypto/evp/e_xcbc_d.c +++ b/src/lib/libcrypto/evp/e_xcbc_d.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_xcbc_d.c,v 1.15 2023/07/07 19:37:53 beck Exp $ */ | 1 | /* $OpenBSD: e_xcbc_d.c,v 1.16 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 | * |
@@ -94,7 +94,6 @@ static const EVP_CIPHER d_xcbc_cipher = { | |||
94 | EVP_CIPHER_set_asn1_iv, | 94 | EVP_CIPHER_set_asn1_iv, |
95 | EVP_CIPHER_get_asn1_iv, | 95 | EVP_CIPHER_get_asn1_iv, |
96 | NULL, | 96 | NULL, |
97 | NULL | ||
98 | }; | 97 | }; |
99 | 98 | ||
100 | const EVP_CIPHER * | 99 | const EVP_CIPHER * |