]> www.average.org Git - pam_pcsc_cr.git/commit
openssl: make it use 'shortcut' function HMAC()
authorEugene Crosser <evgenii.cherkashin@profitbricks.com>
Wed, 15 Aug 2018 16:31:37 +0000 (18:31 +0200)
committerEugene Crosser <evgenii.cherkashin@profitbricks.com>
Wed, 15 Aug 2018 16:31:37 +0000 (18:31 +0200)
commitf362aa1f9cfeedd86f89cf1cdf7558aa6782ceba
treee22fbf813c28f3f889c13fb5ba72d26abe0417ee
parent14c33fc7940be40d5da2b527474e59bfbabf5f71
openssl: make it use 'shortcut' function HMAC()

Actually, we may avoid the complexity of managing HMAC_CTX by
using "convenience" function HMAC() instead of CTX-based family.
In this form, the program compiles against openssl 1.1.x (but
the configure option "--disable-openssl" is kept in case someone
dislikes openssl).

Signed-off-by: Eugene Crosser <evgenii.cherkashin@profitbricks.com>
ossl_crypto.c