summaryrefslogtreecommitdiff
path: root/plugin/business/doh/src/pub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/business/doh/src/pub.cpp')
-rw-r--r--plugin/business/doh/src/pub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/doh/src/pub.cpp b/plugin/business/doh/src/pub.cpp
index 36c98c5..f932067 100644
--- a/plugin/business/doh/src/pub.cpp
+++ b/plugin/business/doh/src/pub.cpp
@@ -3,7 +3,7 @@
static const char base64[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
-static const char index_64[128] =
+static const signed char index_64[128] =
{
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,