summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/c_rle.c
diff options
context:
space:
mode:
authorbeck <>2023-07-08 08:26:26 +0000
committerbeck <>2023-07-08 08:26:26 +0000
commit8035a603830bfb31d58529c3c42a85a6999ff6cb (patch)
treefcfb051a056f2d002add550f13e8e12390dedcd6 /src/lib/libcrypto/comp/c_rle.c
parentdf461b97942223971be70a60b9fd46902754373f (diff)
downloadopenbsd-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.c3
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}
141LCRYPTO_ALIAS(COMP_rle);
141 142
142static int 143static int
143rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, 144rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen,