deps/ncrypto/ncrypto.cc currently uses HMAC_ apis.
These APIs are widely available in multiple openssl-like implementations.
In OpenSSL however they are deprecated and by-pass provider framework, as well as potentially hardware acceleration.
These APIs will be removed, please consider switching to EVP_MAC APIs instead.