summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/rfc6234/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/rfc6234/sha.h')
-rw-r--r--src/3rdparty/rfc6234/sha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/rfc6234/sha.h b/src/3rdparty/rfc6234/sha.h
index 1ffd688079..9c26f0253c 100644
--- a/src/3rdparty/rfc6234/sha.h
+++ b/src/3rdparty/rfc6234/sha.h
@@ -70,7 +70,8 @@
*
*/
-#include <stdint.h>
+// stdint.h include commented out by Nokia, it is not available on all platforms.
+// #include <stdint.h>
/*
* If you do not have the ISO standard stdint.h header file, then you
* must typedef the following: