e_aes.c: uninitialized variable in aes_ccm_init_key.
PR: 2874 Submitted by: Tomas Mraz (backport from HEAD)
This commit is contained in:
parent
933c9d00da
commit
b6c1d4b7f0
1 changed files with 1 additions and 0 deletions
|
@ -1195,6 +1195,7 @@ static int aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
|
|||
vpaes_set_encrypt_key(key, ctx->key_len*8, &cctx->ks);
|
||||
CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
|
||||
&cctx->ks, (block128_f)vpaes_encrypt);
|
||||
cctx->str = NULL;
|
||||
cctx->key_set = 1;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue