summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c')
-rw-r--r--libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c b/libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c
index e2cea7761e..4a85721c4b 100644
--- a/libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c
+++ b/libs/libsodium/src/crypto_shorthash/siphash24/shorthash_siphash24.c
@@ -1,11 +1,11 @@
-#include "crypto_shorthash_siphash24.h"
-
-size_t
-crypto_shorthash_siphash24_bytes(void) {
- return crypto_shorthash_siphash24_BYTES;
-}
-
-size_t
-crypto_shorthash_siphash24_keybytes(void) {
- return crypto_shorthash_siphash24_KEYBYTES;
-}
+#include "crypto_shorthash_siphash24.h"
+
+size_t
+crypto_shorthash_siphash24_bytes(void) {
+ return crypto_shorthash_siphash24_BYTES;
+}
+
+size_t
+crypto_shorthash_siphash24_keybytes(void) {
+ return crypto_shorthash_siphash24_KEYBYTES;
+}