Fix incorrect comment in gnutls-hmac.patch

This commit is contained in:
Michael Catanzaro 2021-06-23 08:47:55 -05:00
parent 74d1364a34
commit c2b4525c73

View File

@ -524,7 +524,7 @@ index 000000000..a55375060
+ { + {
+ /* There is no way to report an error here, but one possible cause of + /* 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 + * 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); + g_free (hmac->hmac);
+ return NULL; + return NULL;