fips_enc.c: assign minimal block size to bad_cipher [to avoid arithmetic

exceptions in TLS layer].
This commit is contained in:
Andy Polyakov 2011-10-18 18:52:05 +00:00
parent 5d77cdc591
commit 9f0d2e1464

View File

@ -102,7 +102,7 @@ static int bad_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
static const EVP_CIPHER bad_cipher =
{
0,
0,
1,
0,
0,
0,