From 5cd5a1735af6a5c649c2d6699f8022e722fff170 Mon Sep 17 00:00:00 2001 From: bptato Date: Wed, 3 Feb 2021 10:41:20 +0100 Subject: base64_encode: fix input and output length types --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 6aafbb4..899eec8 100644 --- a/proto.h +++ b/proto.h @@ -829,4 +829,4 @@ void srand48(long); long lrand48(void); #endif -extern char *base64_encode(const unsigned char *src, int len); +extern char *base64_encode(const unsigned char *src, size_t len); -- cgit v1.2.3