From 23e63540f2d3ff6da230d1a29aecf33b49d2874d Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 16 Feb 2024 02:37:41 +0100 Subject: Update kit --- source/kit/sha256.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'source/kit/sha256.h') 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 -- cgit v1.2.3