Initialize constant
This commit is contained in:
parent
1853248f0a
commit
0716b7701e
@ -12,7 +12,7 @@
|
||||
|
||||
#include "../../sodium/common.h"
|
||||
|
||||
static const unsigned char _pad0[16];
|
||||
static const unsigned char _pad0[16] = { 0 };
|
||||
|
||||
int
|
||||
crypto_aead_chacha20poly1305_encrypt_detached(unsigned char *c,
|
||||
|
Loading…
Reference in New Issue
Block a user