summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/c_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast/c_ecb.c')
-rw-r--r--src/lib/libcrypto/cast/c_ecb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/c_ecb.c b/src/lib/libcrypto/cast/c_ecb.c
index ea00898536..89338a18e5 100644
--- a/src/lib/libcrypto/cast/c_ecb.c
+++ b/src/lib/libcrypto/cast/c_ecb.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: c_ecb.c,v 1.9 2023/07/08 07:25:43 jsing Exp $ */ 1/* $OpenBSD: c_ecb.c,v 1.10 2023/07/08 10:43:59 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 *
@@ -80,3 +80,4 @@ CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,
80 l2n(l, out); 80 l2n(l, out);
81 l = d[0] = d[1] = 0; 81 l = d[0] = d[1] = 0;
82} 82}
83LCRYPTO_ALIAS(CAST_ecb_encrypt);