summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-01-10 14:04:02 +0100
committerAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-03-04 13:22:07 +0100
commit6138a0c83dfff9d0d493259546d0806ae13b4a3d (patch)
tree1d70eb77010cfec67d1464fb65e3252503536d1c
parentd0c9b1291de69b9b61b441f97249bc67281d91c1 (diff)
downloadgnutls-6138a0c83dfff9d0d493259546d0806ae13b4a3d.tar.gz
fips140: Fix the names of files used in integrity checks
The names of the libraries haven't been updated when the soname version were bumped. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
-rw-r--r--lib/fips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fips.c b/lib/fips.c
index 2715af599f..fb2d596c2a 100644
--- a/lib/fips.c
+++ b/lib/fips.c
@@ -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"