]> git.ipfire.org Git - thirdparty/krb5.git/commit
Consolidate libk5crypto OpenSSL hash providers
authorGreg Hudson <ghudson@mit.edu>
Sat, 5 Dec 2015 22:20:26 +0000 (17:20 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 3 Oct 2016 17:28:03 +0000 (13:28 -0400)
commit54ba48419a86f1c73b4e6e11e5f2f839c16497c7
tree8a530578eddc0da8e0e1f8a0c335986c8cbe71cf
parent248497427d5a45225817b6c22e9224e8ad969872
Consolidate libk5crypto OpenSSL hash providers

In the libk5crypto OpenSSL back end, combine all of the hash providers
which use the OpenSSL EVP interface into a single file to reduce code
duplication.
src/lib/crypto/openssl/hash_provider/Makefile.in
src/lib/crypto/openssl/hash_provider/deps
src/lib/crypto/openssl/hash_provider/hash_evp.c [new file with mode: 0644]
src/lib/crypto/openssl/hash_provider/hash_md4.c [deleted file]
src/lib/crypto/openssl/hash_provider/hash_md5.c [deleted file]
src/lib/crypto/openssl/hash_provider/hash_sha1.c [deleted file]