From e236df63e1eec421c58860aceca99444118bf93d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 26 Aug 2017 17:56:18 +0200 Subject: [PATCH] Trim empty lines --- .../xchacha20poly1305/secretstream_xchacha20poly1305.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c b/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c index 1a8f71f8..abf67941 100644 --- a/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c +++ b/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c @@ -241,7 +241,6 @@ crypto_secretstream_xchacha20poly1305_statebytes(void) return sizeof(crypto_secretstream_xchacha20poly1305_state); } - size_t crypto_secretstream_xchacha20poly1305_abytes(void) { @@ -254,7 +253,6 @@ crypto_secretstream_xchacha20poly1305_initbytes(void) return crypto_secretstream_xchacha20poly1305_INITBYTES; } - size_t crypto_secretstream_xchacha20poly1305_keybytes(void) {