Add a getter to obtain the HMAC_CTX md
authorMatt Caswell <matt@openssl.org>
Mon, 20 Jun 2016 08:08:10 +0000 (09:08 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 24 Jun 2016 12:22:40 +0000 (13:22 +0100)
commita6211814c4c6f29358f29f639d468387b01518f8
treefff1531b407a571af5431c53c0f17cea6248b95a
parentd6079a87db58ad17550b5d00a74512464e6a029e
Add a getter to obtain the HMAC_CTX md

As a result of opaque HMAC_CTX apps need a getter for the HMAC_CTX md.

GitHub Issue #1152

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/hmac/hmac.c
include/openssl/hmac.h
test/hmactest.c
util/libcrypto.num