On 30/8/24 13:05, Daniel P. Berrangé wrote:
Both gnutls and gcrypt can be configured to exclude support for certain
algorithms via a runtime check against system crypto policies. Thus it
is not sufficient to have a compile time test for hash support in their
pbkdf implementations.

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
  crypto/pbkdf-gcrypt.c | 2 +-
  crypto/pbkdf-gnutls.c | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to