diff options
author | beck <> | 2023-07-08 08:26:26 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 08:26:26 +0000 |
commit | 8035a603830bfb31d58529c3c42a85a6999ff6cb (patch) | |
tree | fcfb051a056f2d002add550f13e8e12390dedcd6 /src/lib/libcrypto/comp/c_rle.c | |
parent | df461b97942223971be70a60b9fd46902754373f (diff) | |
download | openbsd-8035a603830bfb31d58529c3c42a85a6999ff6cb.tar.gz openbsd-8035a603830bfb31d58529c3c42a85a6999ff6cb.tar.bz2 openbsd-8035a603830bfb31d58529c3c42a85a6999ff6cb.zip |
Hide symbols in cms, comp, conf, and buffer
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/comp/c_rle.c')
-rw-r--r-- | src/lib/libcrypto/comp/c_rle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/comp/c_rle.c b/src/lib/libcrypto/comp/c_rle.c index c2c279dc04..7907dd83cd 100644 --- a/src/lib/libcrypto/comp/c_rle.c +++ b/src/lib/libcrypto/comp/c_rle.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: c_rle.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */ | 1 | /* $OpenBSD: c_rle.c,v 1.12 2023/07/08 08:26:26 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * --------------------------------------------------------------------------- | 3 | * --------------------------------------------------------------------------- |
4 | * Patches to this file were contributed by | 4 | * Patches to this file were contributed by |
@@ -138,6 +138,7 @@ COMP_rle(void) | |||
138 | { | 138 | { |
139 | return (&rle_method); | 139 | return (&rle_method); |
140 | } | 140 | } |
141 | LCRYPTO_ALIAS(COMP_rle); | ||
141 | 142 | ||
142 | static int | 143 | static int |
143 | rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, | 144 | rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, |