summaryrefslogtreecommitdiff
path: root/source/kit/secure_random.h
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-12 16:21:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-12 16:21:29 +0200
commitd403ce66efb9b1150d103bc3b15eeaad312553a8 (patch)
treea824b6ebb995b7a6794efa7f10060bf9ae74e066 /source/kit/secure_random.h
parent3466546567bb2a4014c221523bbb04c1860916f5 (diff)
downloadkit-d403ce66efb9b1150d103bc3b15eeaad312553a8.zip
Update TODO
Diffstat (limited to 'source/kit/secure_random.h')
-rw-r--r--source/kit/secure_random.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/kit/secure_random.h b/source/kit/secure_random.h
index 36eca0d..c894bd1 100644
--- a/source/kit/secure_random.h
+++ b/source/kit/secure_random.h
@@ -9,12 +9,12 @@ extern "C" {
void kit_secure_random(i64 size, void *data);
-#ifndef KIT_DISABLE_SHORT_NAMES
-# define secure_random kit_secure_random
-#endif
-
#ifdef __cplusplus
}
#endif
+#ifndef KIT_DISABLE_SHORT_NAMES
+# define secure_random kit_secure_random
+#endif
+
#endif