mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Add generic hashed message authentication code API (isc_hmac) to replace specific HMAC functions hmacmd5/hmacsha1/hmacsha2...
This commit is contained in:
@@ -101,5 +101,9 @@ HMAC_CTX_reset(HMAC_CTX *ctx) {
|
||||
return (1);
|
||||
}
|
||||
|
||||
const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx) {
|
||||
return ctx->md;
|
||||
}
|
||||
|
||||
#endif /* OPENSSL_VERSION_NUMBER < 0x10100000L ||
|
||||
* defined(LIBRESSL_VERSION_NUMBER) */
|
||||
|
Reference in New Issue
Block a user