diff --git a/src/libsodium/crypto_stream/salsa208/stream_salsa208.c b/src/libsodium/crypto_stream/salsa208/stream_salsa208.c index 9b525264..b79bda5e 100644 --- a/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +++ b/src/libsodium/crypto_stream/salsa208/stream_salsa208.c @@ -14,7 +14,7 @@ crypto_stream_salsa208_noncebytes(void) } size_t -crypto_stream_salsa208_messagebyte_max(void) +crypto_stream_salsa208_messagebytes_max(void) { return crypto_stream_salsa208_MESSAGEBYTES_MAX; }