summaryrefslogtreecommitdiff
path: root/source/kit/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit/sha256.h')
-rw-r--r--source/kit/sha256.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/kit/sha256.h b/source/kit/sha256.h
index 92e9784..da05385 100644
--- a/source/kit/sha256.h
+++ b/source/kit/sha256.h
@@ -19,10 +19,8 @@ kit_sha256_hash_t kit_sha256(i64 size, u8 *data);
}
#endif
-#ifndef KIT_DISABLE_SHORT_NAMES
-# define SHA256_BLOCK_SIZE KIT_SHA256_BLOCK_SIZE
-# define sha256_hash_t kit_sha256_hash_t
-# define sha256 kit_sha256
-#endif
+#define SHA256_BLOCK_SIZE KIT_SHA256_BLOCK_SIZE
+#define sha256_hash_t kit_sha256_hash_t
+#define sha256 kit_sha256
#endif