mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Remove unused declaration
This commit is contained in:
@@ -240,8 +240,6 @@ crypto_aead_chacha20poly1305_decrypt(unsigned char *m,
|
||||
const unsigned char *npub,
|
||||
const unsigned char *k)
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (clen < crypto_aead_chacha20poly1305_ABYTES) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user