Skip to content

Commit

Permalink
Fix case for using internal base64.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 9, 2024
1 parent 9a171e5 commit 96449ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libjwt/base64.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@

#include <string.h>

#include "base64.h"

/* aaaack but it's fast and const should make it shared text page. */
static const unsigned char pr2six[256] =
{
Expand Down

0 comments on commit 96449ef

Please sign in to comment.