atk, openssl, libgcrypt packages moved to Fedora.
[fedora-mingw.git] / libgcrypt / libgcrypt-1.4.4-fips-no-access.patch
diff --git a/libgcrypt/libgcrypt-1.4.4-fips-no-access.patch b/libgcrypt/libgcrypt-1.4.4-fips-no-access.patch
deleted file mode 100644 (file)
index f2972e9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Do not abort when the fips mode flag is simply inaccessible because of
-insufficient permissions.
-diff -up libgcrypt-1.4.4/src/fips.c.no-access libgcrypt-1.4.4/src/fips.c
---- libgcrypt-1.4.4/src/fips.c.no-access       2009-01-29 17:37:12.000000000 +0100
-+++ libgcrypt-1.4.4/src/fips.c 2009-01-29 17:37:15.000000000 +0100
-@@ -155,6 +155,7 @@ _gcry_initialize_fips_mode (int force)
-         fclose (fp);
-       }
-     else if ((saved_errno = errno) != ENOENT
-+             && saved_errno != EACCES
-              && !access ("/proc/version", F_OK) )
-       {
-         /* Problem reading the fips file despite that we have the proc