]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fips140: Fix the names of files used in integrity checks
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>
Thu, 10 Jan 2019 13:04:02 +0000 (14:04 +0100)
committerAnderson Toshiyuki Sasaki <ansasaki@redhat.com>
Mon, 4 Mar 2019 12:22:07 +0000 (13:22 +0100)
The names of the libraries haven't been updated when the soname version
were bumped.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
lib/fips.c

index 2715af599f486bc0d9e16adb1698238f7e42e474..fb2d596c2ac8f4caa5ead3d78ebc99219f150b83 100644 (file)
@@ -135,9 +135,9 @@ void _gnutls_fips_mode_reset_zombie(void)
        }
 }
 
-#define GNUTLS_LIBRARY_NAME "libgnutls.so.28"
-#define NETTLE_LIBRARY_NAME "libnettle.so.4"
-#define HOGWEED_LIBRARY_NAME "libhogweed.so.2"
+#define GNUTLS_LIBRARY_NAME "libgnutls.so.30"
+#define NETTLE_LIBRARY_NAME "libnettle.so.6"
+#define HOGWEED_LIBRARY_NAME "libhogweed.so.4"
 #define GMP_LIBRARY_NAME "libgmp.so.10"
 
 #define HMAC_SUFFIX ".hmac"