summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/c_rle.c
diff options
context:
space:
mode:
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,