git: crypto - fix wrong const pointer in aesni_decrypt_cbc
Michael Neumann
mneumann at crater.dragonflybsd.org
Sun Apr 13 03:59:15 PDT 2025
commit 19657b1cf83f91d3766c7cc039d867a22772d7fc
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sun Apr 13 11:19:42 2025 +0200
crypto - fix wrong const pointer in aesni_decrypt_cbc
The function decrypts the buffer in-place, so "const" is wrong.
Summary of changes:
sys/crypto/aesni/aesni.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19657b1cf83f91d3766c7cc039d867a22772d7fc
--
DragonFly BSD source repository
More information about the Commits
mailing list