mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
common: remove b64_decode
We don't use it, and it's buggy (will always return NULL) Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
Christian Decker
parent
63b1ae54a1
commit
07bb931fed
@@ -5,6 +5,5 @@
|
||||
#include <ccan/tal/tal.h>
|
||||
|
||||
char *b64_encode(const tal_t *ctx, const u8 *data, size_t len);
|
||||
u8 *b64_decode(const tal_t *ctx, const char *str, size_t len);
|
||||
|
||||
#endif /* LIGHTNING_COMMON_BASE64_H */
|
||||
|
||||
Reference in New Issue
Block a user