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 c7810a2c22..32f9f2eaa8 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.14 2023/07/07 13:54:45 beck Exp $ */ | 1 | /* $OpenBSD: e_xcbc_d.c,v 1.15 2023/07/07 19:37:53 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,7 +102,6 @@ EVP_desx_cbc(void) | |||
102 | { | 102 | { |
103 | return (&d_xcbc_cipher); | 103 | return (&d_xcbc_cipher); |
104 | } | 104 | } |
105 | LCRYPTO_ALIAS(EVP_desx_cbc); | ||
106 | 105 | ||
107 | static int | 106 | static int |
108 | desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, | 107 | desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, |