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

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