diff options
| author | beck <> | 2023-07-08 10:44:00 +0000 |
|---|---|---|
| committer | beck <> | 2023-07-08 10:44:00 +0000 |
| commit | 74c07cfc5fdb0509df57f93456ab3a89a9252697 (patch) | |
| tree | ddfc350f4441a2d4dfaa8b6f20f83e6cabdf712e /src/lib/libcrypto/cast/c_ecb.c | |
| parent | 842e06ad9bdf75858b4eca096b3f27979b2101fd (diff) | |
| download | openbsd-74c07cfc5fdb0509df57f93456ab3a89a9252697.tar.gz openbsd-74c07cfc5fdb0509df57f93456ab3a89a9252697.tar.bz2 openbsd-74c07cfc5fdb0509df57f93456ab3a89a9252697.zip | |
Hide symbols in cast, idea, and ocsp
ok tb@
Diffstat (limited to 'src/lib/libcrypto/cast/c_ecb.c')
| -rw-r--r-- | src/lib/libcrypto/cast/c_ecb.c | 3 |
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 | } |
| 83 | LCRYPTO_ALIAS(CAST_ecb_encrypt); | ||
