diff options
Diffstat (limited to 'kit/secure_random.h')
-rw-r--r-- | kit/secure_random.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kit/secure_random.h b/kit/secure_random.h deleted file mode 100644 index 435fe88..0000000 --- a/kit/secure_random.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef KIT_SECURE_RANDOM_H -#define KIT_SECURE_RANDOM_H - -#include "types.h" -#include "status.h" - -#ifdef __cplusplus -extern "C" { -#endif - -s32 kit_secure_random(i64 size, void *data); - -#ifdef __cplusplus -} -#endif - -#define secure_random kit_secure_random - -#endif |