diff --git a/gnutls-hmac.patch b/gnutls-hmac.patch index 90ee2ee..27ede86 100644 --- a/gnutls-hmac.patch +++ b/gnutls-hmac.patch @@ -524,7 +524,7 @@ index 000000000..a55375060 + { + /* There is no way to report an error here, but one possible cause of + * failure is that the requested digest may be disabled by Fedora or RHEL -+ * system crypto policy. As of 2021, MD5 and SHA-1 are likely disabled. ++ * system crypto policy. As of 2021, MD5 is likely disabled. + */ + g_free (hmac->hmac); + return NULL;