Blame SOURCES/libgcrypt-1.8.5-fips-hwfeatures.patch

d28a9c
diff -up libgcrypt-1.8.5/src/hwfeatures.c.hw-fips libgcrypt-1.8.5/src/hwfeatures.c
d28a9c
--- libgcrypt-1.8.5/src/hwfeatures.c.hw-fips	2021-06-25 11:55:55.843819137 +0200
d28a9c
+++ libgcrypt-1.8.5/src/hwfeatures.c	2021-06-25 11:56:00.925895390 +0200
d28a9c
@@ -205,9 +205,6 @@ _gcry_detect_hw_features (void)
d28a9c
 {
d28a9c
   hw_features = 0;
d28a9c
 
d28a9c
-  if (fips_mode ())
d28a9c
-    return; /* Hardware support is not to be evaluated.  */
d28a9c
-
d28a9c
   parse_hwf_deny_file ();
d28a9c
 
d28a9c
 #if defined (HAVE_CPU_ARCH_X86)