From 96449efe4b373649f93df1756062b4feee5fa471 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Mon, 9 Dec 2024 08:29:35 -0500 Subject: [PATCH] Fix case for using internal base64.c Signed-off-by: Ben Collins --- libjwt/base64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libjwt/base64.c b/libjwt/base64.c index e14269c..2d82ee8 100644 --- a/libjwt/base64.c +++ b/libjwt/base64.c @@ -84,8 +84,6 @@ #include -#include "base64.h" - /* aaaack but it's fast and const should make it shared text page. */ static const unsigned char pr2six[256] = {