summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/httpdigest.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/httpdigest.h')
-rw-r--r--main/openvpn/src/openvpn/httpdigest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn/src/openvpn/httpdigest.h b/main/openvpn/src/openvpn/httpdigest.h
index 84238413..24bd85d8 100644
--- a/main/openvpn/src/openvpn/httpdigest.h
+++ b/main/openvpn/src/openvpn/httpdigest.h
@@ -25,7 +25,7 @@
#if PROXY_DIGEST_AUTH
#define HASHLEN 16
-typedef unsigned char HASH[HASHLEN];
+typedef uint8_t HASH[HASHLEN];
#define HASHHEXLEN 32
typedef unsigned char HASHHEX[HASHHEXLEN+1];
#undef IN