diff options
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, |