bliss: Fix compile error of unit tests due to uninitialized variable

This commit is contained in:
Tobias Brunner 2017-09-14 18:04:38 +02:00
parent f4bd467641
commit 7e7800e0a3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ START_TEST(test_bliss_sign_fail)
{
private_key_t *privkey;
public_key_t *pubkey;
chunk_t msg, signature, encoding, fp;
chunk_t msg = chunk_empty, signature, encoding, fp;
/* generate non-supported BLISS-II private key */
privkey = lib->creds->create(lib->creds, CRED_PRIVATE_KEY, KEY_BLISS,