summaryrefslogtreecommitdiff
path: root/plugin/business/doh
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-13 15:08:03 +0800
committerluwenpeng <[email protected]>2024-11-15 18:40:04 +0800
commit2e69e0edd8d2574952fd5fe779f9604cb7ed6ead (patch)
tree94b91e279ee807a6950ef98d6b527b2c850d3d59 /plugin/business/doh
parent595167dcf811fdb0c61f9d80df7fa0cd5cbe25e8 (diff)
TSG-23335 TFE适配AArch64架构v4.11.1-20241115
Diffstat (limited to 'plugin/business/doh')
-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,