summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_xcbc_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/e_xcbc_d.c')
-rw-r--r--src/lib/libcrypto/evp/e_xcbc_d.c3
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 dc01cbb982..1e3bee0791 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.17 2024/01/07 15:42:57 tb Exp $ */ 1/* $OpenBSD: e_xcbc_d.c,v 1.18 2024/04/09 13:52:41 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 *
@@ -103,6 +103,7 @@ EVP_desx_cbc(void)
103{ 103{
104 return (&d_xcbc_cipher); 104 return (&d_xcbc_cipher);
105} 105}
106LCRYPTO_ALIAS(EVP_desx_cbc);
106 107
107static int 108static int
108desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 109desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,