git: crypto - use const pointers in Twofish/Serpent
Michael Neumann
mneumann at crater.dragonflybsd.org
Sat Apr 12 10:05:13 PDT 2025
commit 38b02b06ee46953ae2c2a323cb0c6e35592fa33b
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sat Apr 12 15:38:57 2025 +0200
crypto - use const pointers in Twofish/Serpent
Summary of changes:
sys/crypto/serpent/serpent.c | 4 ++--
sys/crypto/serpent/serpent.h | 4 ++--
sys/crypto/twofish/twofish.c | 16 ++++++++--------
sys/crypto/twofish/twofish.h | 4 ++--
sys/opencrypto/xform.c | 8 ++++----
5 files changed, 18 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/38b02b06ee46953ae2c2a323cb0c6e35592fa33b
--
DragonFly BSD source repository
More information about the Commits
mailing list