Commit 3629c49d authored by Andy Polyakov's avatar Andy Polyakov
Browse files

modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.



It's never problem if CRYPTO_ctr128_encrypt is called from EVP, because
buffer in question is always aligned within EVP_CIPHER_CTX structure.

RT#4218

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 5e4bbeb4)
parent b0b9f693
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment