zap trailing spaces

This commit is contained in:
Frank Denis 2018-04-29 17:48:39 +02:00
parent 7432c4394b
commit 9c6b2e0ceb

View File

@ -174,7 +174,7 @@ tv(void)
sodium_free(mac);
sodium_free(m2);
sodium_free(m);
assert(crypto_aead_xchacha20poly1305_ietf_abytes() == crypto_aead_xchacha20poly1305_ietf_ABYTES);
assert(crypto_aead_xchacha20poly1305_ietf_keybytes() == crypto_aead_xchacha20poly1305_ietf_KEYBYTES);
assert(crypto_aead_xchacha20poly1305_ietf_npubbytes() == crypto_aead_xchacha20poly1305_ietf_NPUBBYTES);