]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Clean up openssl_digest_vector() to use a single implementation
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 15 Jan 2016 12:17:16 +0000 (14:17 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jan 2016 12:17:16 +0000 (14:17 +0200)
commitac2053b1032a4413e77de11ac94fe747f1415b93
tree82d1d1f839d42b7cdfdd1d66d56f0059f61a91d4
parent5c9a33702fd9e9ae9c349d6461a6621801d4f9cb
OpenSSL: Clean up openssl_digest_vector() to use a single implementation

Use compatibility wrapper functions to allow a single implementation
based on the latest OpenSSL API to be used to implement these functions
instead of having to maintain two conditional implementation based on
the library version.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/crypto_openssl.c