Commit 66bceb5f authored by Andy Polyakov's avatar Andy Polyakov
Browse files

chacha/chacha_enc.c: harmonize counter width with subroutine name.



_ctr32 in function name refers to 32-bit counter, but it was implementing
64-bit one. This didn't pose problem to EVP, but 64-bit counter was just
misleading.

RT#4512

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b1ffe8db
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