]> www.average.org Git - pam_pcsc_cr.git/commitdiff
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)
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>

No differences found