Initialize constant

This commit is contained in:
Frank Denis 2016-04-02 12:17:47 +02:00
parent 1853248f0a
commit 0716b7701e

View File

@ -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,