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, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_xcbc_d.c b/src/lib/libcrypto/evp/e_xcbc_d.c index bbbc3a1ee9..c7810a2c22 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.13 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: e_xcbc_d.c,v 1.14 2023/07/07 13:54:45 beck 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 | * |
@@ -102,6 +102,7 @@ EVP_desx_cbc(void) | |||
102 | { | 102 | { |
103 | return (&d_xcbc_cipher); | 103 | return (&d_xcbc_cipher); |
104 | } | 104 | } |
105 | LCRYPTO_ALIAS(EVP_desx_cbc); | ||
105 | 106 | ||
106 | static int | 107 | static int |
107 | desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, | 108 | desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, |