summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/fipslink.pl
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:09 +0000
committerdjm <>2009-01-09 12:14:09 +0000
commitc38e9fa1885187364cfeba026e9bf38d6845886f (patch)
tree9b645adc5cf0aa0820e1501ee5c6f2c41c454e7c /src/lib/libcrypto/util/fipslink.pl
parent221e4bfdc56c7ec8942006900694c958c515c143 (diff)
downloadopenbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.tar.gz
openbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.tar.bz2
openbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.zip
import openssl-0.9.8j
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";