summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-04 15:49:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-04 15:49:19 +0900
commite460a148721ef504aecbdc1cf69c27de88c262b9 (patch)
tree3885a0a1e50588b7a681cb1397106287c7cc7b2a /src
parent03f309f4de6670abfcfe8518ec4e1e24419038f5 (diff)
downloadkcmldapcontroller-e460a148721ef504aecbdc1cf69c27de88c262b9.tar.gz
kcmldapcontroller-e460a148721ef504aecbdc1cf69c27de88c262b9.zip
Remove support for Tru64
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/sha1.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sha1.cpp b/src/sha1.cpp
index 3f5dbd9..1ed4e8b 100644
--- a/src/sha1.cpp
+++ b/src/sha1.cpp
@@ -24,12 +24,6 @@
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
-#include <stdint.h> /* For uintXX_t on OSX */
-#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
-#endif
-#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif