summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/sha1/rfc_sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/sha1/rfc_sha1.h')
-rw-r--r--vespalib/src/tests/sha1/rfc_sha1.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/vespalib/src/tests/sha1/rfc_sha1.h b/vespalib/src/tests/sha1/rfc_sha1.h
index a5e21eb1d1c..031b4194ca5 100644
--- a/vespalib/src/tests/sha1/rfc_sha1.h
+++ b/vespalib/src/tests/sha1/rfc_sha1.h
@@ -4,7 +4,6 @@
/*
Modifications:
- renamed file from "sha1.h" to "rfc_sha1.h"
- - include "fastos/fastos.h" instead of <stdint.h>
- use 'uint32_t' instead of 'int_least16_t'
*/
@@ -24,15 +23,8 @@
*
*/
#pragma once
-/*
- * If you do not have the ISO standard stdint.h header file, then you
- * must typdef the following:
- * name meaning
- * uint32_t unsigned 32 bit integer
- * uint8_t unsigned 8 bit integer (i.e., unsigned char)
- *
- */
-#include <vespa/fastos/fastos.h>
+
+#include <cstdint>
#ifndef _SHA_enum_
#define _SHA_enum_