diff options
Diffstat (limited to 'src/lib/libcrypto/idea/i_ecb.c')
-rw-r--r-- | src/lib/libcrypto/idea/i_ecb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/idea/i_ecb.c b/src/lib/libcrypto/idea/i_ecb.c index ce67edba66..19521a7536 100644 --- a/src/lib/libcrypto/idea/i_ecb.c +++ b/src/lib/libcrypto/idea/i_ecb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: i_ecb.c,v 1.5 2023/07/07 12:51:58 beck Exp $ */ | 1 | /* $OpenBSD: i_ecb.c,v 1.6 2023/07/08 10:44:00 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 | * |
@@ -68,6 +68,7 @@ idea_options(void) | |||
68 | else | 68 | else |
69 | return ("idea(short)"); | 69 | return ("idea(short)"); |
70 | } | 70 | } |
71 | LCRYPTO_ALIAS(idea_options); | ||
71 | 72 | ||
72 | void | 73 | void |
73 | idea_ecb_encrypt(const unsigned char *in, unsigned char *out, | 74 | idea_ecb_encrypt(const unsigned char *in, unsigned char *out, |
@@ -86,3 +87,4 @@ idea_ecb_encrypt(const unsigned char *in, unsigned char *out, | |||
86 | l2n(l1, out); | 87 | l2n(l1, out); |
87 | l0 = l1 = d[0] = d[1] = 0; | 88 | l0 = l1 = d[0] = d[1] = 0; |
88 | } | 89 | } |
90 | LCRYPTO_ALIAS(idea_ecb_encrypt); | ||