]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Clean up crypto_hash_*() to use a single implementation
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 15 Jan 2016 12:14:07 +0000 (14:14 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jan 2016 12:14:07 +0000 (14:14 +0200)
commit5c9a33702fd9e9ae9c349d6461a6621801d4f9cb
tree5aa246364bb06bd5fd038d1132d2ab79986c041c
parent587b0457e0238b7b1800d46f5cdd5e1d2b06732f
OpenSSL: Clean up crypto_hash_*() 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