]> git.ipfire.org Git - thirdparty/systemd.git/commit
openssl: replace openssl_hash() with openssl_digest()
authorDan Streetman <ddstreet@ieee.org>
Wed, 5 Jul 2023 20:53:01 +0000 (16:53 -0400)
committerDan Streetman <ddstreet@ieee.org>
Thu, 28 Sep 2023 20:44:42 +0000 (16:44 -0400)
commit11f7bc5e9c6f3bffcefd08076e493f3159e23bc1
treeecf59cd691747189340e6ef7df9336488fd61ae0
parentbed4831ce227a59d40b3712a3b1deee9fe0440f5
openssl: replace openssl_hash() with openssl_digest()

The openssl_hash() function was used only by string_hashnum(); change it to use
openssl_digest() instead.
src/shared/openssl-util.c
src/shared/openssl-util.h
src/test/test-cryptolib.c