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

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