mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Initialize constant
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user