Commit 9f0d2e14 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

exceptions in TLS layer].
parent 5d77cdc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,