From 30740ca4131d1f574718262451b4410207dc8d4e Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 14 Jul 2024 21:12:37 +0200 Subject: Reworking the build system --- source/kit/secure_random.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 source/kit/secure_random.h (limited to 'source/kit/secure_random.h') diff --git a/source/kit/secure_random.h b/source/kit/secure_random.h deleted file mode 100644 index d09ea56..0000000 --- a/source/kit/secure_random.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef KIT_SECURE_RANDOM_H -#define KIT_SECURE_RANDOM_H - -#include "types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -s32 kit_secure_random(i64 size, void *data); - -#ifdef __cplusplus -} -#endif - -#define secure_random kit_secure_random - -#endif -- cgit v1.2.3