summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/fipslink.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/util/fipslink.pl')
-rw-r--r--src/lib/libcrypto/util/fipslink.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/fipslink.pl b/src/lib/libcrypto/util/fipslink.pl
index a893833c5c..3597bc1740 100644
--- a/src/lib/libcrypto/util/fipslink.pl
+++ b/src/lib/libcrypto/util/fipslink.pl
@@ -28,7 +28,7 @@ if (exists $ENV{"PREMAIN_DSO_EXE"})
28 } 28 }
29 29
30check_hash($sha1_exe, "fips_premain.c"); 30check_hash($sha1_exe, "fips_premain.c");
31check_hash($sha1_exe, "fipscanister.o"); 31check_hash($sha1_exe, "fipscanister.lib");
32 32
33 33
34print "Integrity check OK\n"; 34print "Integrity check OK\n";