git: crypto - move rmd160.{c,h} from opencrypto/ to crypto/rmd160/
Michael Neumann
mneumann at crater.dragonflybsd.org
Sun Apr 6 02:59:37 PDT 2025
commit a5240570b219c900c897d98c8c48c1e43841546a
Author: Michael Neumann <mneumann at ntecs.de>
Date: Fri Apr 4 14:41:35 2025 +0200
crypto - move rmd160.{c,h} from opencrypto/ to crypto/rmd160/
This follows the same approach as other ciphers or hash functions.
Summary of changes:
include/Makefile | 2 ++
sys/conf/files | 2 +-
sys/crypto/Makefile | 5 ++++-
sys/{opencrypto => crypto/rmd160}/rmd160.c | 2 +-
sys/{opencrypto => crypto/rmd160}/rmd160.h | 0
sys/dev/disk/dm/crypt/dm_target_crypt.c | 2 +-
sys/opencrypto/cryptosoft.c | 2 +-
sys/opencrypto/xform.c | 2 +-
sys/opencrypto/xform.h | 2 +-
9 files changed, 12 insertions(+), 7 deletions(-)
rename sys/{opencrypto => crypto/rmd160}/rmd160.c (99%)
rename sys/{opencrypto => crypto/rmd160}/rmd160.h (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a5240570b219c900c897d98c8c48c1e43841546a
--
DragonFly BSD source repository
More information about the Commits
mailing list