Loading crypto/evp/e_aes.c +2 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,8 @@ static int aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, default: return 0; } # else cctx->str = NULL; # endif cctx->key_set = 1; } Loading Loading
crypto/evp/e_aes.c +2 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,8 @@ static int aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, default: return 0; } # else cctx->str = NULL; # endif cctx->key_set = 1; } Loading