sodium.ffi: fix source code formatting for consistency

travis-windows
Alexander Iljin 2018-12-23 21:14:59 +01:00
parent 9c29759775
commit 682817bef8
1 changed files with 3 additions and 3 deletions

View File

@ -94,4 +94,4 @@ FUNCTION: int crypto_secretbox_open_detached (
uchar* m, uchar* c, uchar* mac, ulonglong clen,
uchar* n, uchar* k )
FUNCTION: void crypto_secretbox_keygen (
uchar k[crypto_secretbox_KEYBYTES] )
uchar k[crypto_secretbox_keybytes] )