From 50cc4f7b3d64621b6062ad1f16a7630b7c730d9b Mon Sep 17 00:00:00 2001 From: Felix Laurie von Massenbach Date: Sun, 15 Jun 2014 11:58:33 +0100 Subject: Fix signed/unsigned comparisons. --- crypto/evp/e_aes_cbc_hmac_sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp') diff --git a/crypto/evp/e_aes_cbc_hmac_sha256.c b/crypto/evp/e_aes_cbc_hmac_sha256.c index c6c05d936b..31db13ef8d 100644 --- a/crypto/evp/e_aes_cbc_hmac_sha256.c +++ b/crypto/evp/e_aes_cbc_hmac_sha256.c @@ -774,7 +774,7 @@ static int aesni_cbc_hmac_sha256_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, vo unsigned int n4x=1, x4; unsigned int frag, last, packlen, inp_len; - if (arginp[11]<<8|param->inp[12]; -- cgit v1.2.3