diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-04 15:49:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-04 15:49:19 +0900 |
| commit | e460a148721ef504aecbdc1cf69c27de88c262b9 (patch) | |
| tree | 3885a0a1e50588b7a681cb1397106287c7cc7b2a /src/sha1.cpp | |
| parent | 03f309f4de6670abfcfe8518ec4e1e24419038f5 (diff) | |
| download | kcmldapcontroller-e460a148721ef504aecbdc1cf69c27de88c262b9.tar.gz kcmldapcontroller-e460a148721ef504aecbdc1cf69c27de88c262b9.zip | |
Remove support for Tru64
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sha1.cpp')
| -rw-r--r-- | src/sha1.cpp | 6 |
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 |
