diff options
Diffstat (limited to 'src/libcryptobox/siphash/siphash.h')
-rw-r--r-- | src/libcryptobox/siphash/siphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/siphash/siphash.h b/src/libcryptobox/siphash/siphash.h index 667f3919f..d4ec5af4a 100644 --- a/src/libcryptobox/siphash/siphash.h +++ b/src/libcryptobox/siphash/siphash.h @@ -29,7 +29,7 @@ extern "C" { #endif -void siphash_load (void); +const char* siphash_load (void); void siphash24 (unsigned char *out, const unsigned char *in, unsigned long long inlen, |