diff options
author | beck <> | 2023-07-08 08:26:26 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 08:26:26 +0000 |
commit | cf9b236f0893157746f8b944e4f6cc8d8a6aca26 (patch) | |
tree | fcfb051a056f2d002add550f13e8e12390dedcd6 /src/lib/libcrypto/comp/c_rle.c | |
parent | b73d110b33338f5dd55f8edf8a6c9a557c4c5d06 (diff) | |
download | openbsd-cf9b236f0893157746f8b944e4f6cc8d8a6aca26.tar.gz openbsd-cf9b236f0893157746f8b944e4f6cc8d8a6aca26.tar.bz2 openbsd-cf9b236f0893157746f8b944e4f6cc8d8a6aca26.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, |