summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-10-15 17:32:57 +0000
committerjkim <jkim@FreeBSD.org>2014-10-15 17:32:57 +0000
commit9a02b27a6e11c9667427250a26589d17ad31e847 (patch)
tree6195ffd39cd3e0b3d6c711f6531b3e7e13b85b44 /crypto/md5
parent8bd1d6691f94efdce2338dffd823889f6c6b8ed2 (diff)
downloadFreeBSD-src-9a02b27a6e11c9667427250a26589d17ad31e847.zip
FreeBSD-src-9a02b27a6e11c9667427250a26589d17ad31e847.tar.gz
Import OpenSSL 1.0.1j.
Diffstat (limited to 'crypto/md5')
-rwxr-xr-xcrypto/md5/asm/md5-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/asm/md5-x86_64.pl b/crypto/md5/asm/md5-x86_64.pl
index f11224d..381bf77 100755
--- a/crypto/md5/asm/md5-x86_64.pl
+++ b/crypto/md5/asm/md5-x86_64.pl
@@ -108,6 +108,7 @@ sub round4_step
EOF
}
+no warnings qw(uninitialized);
my $flavour = shift;
my $output = shift;
if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
@@ -119,7 +120,6 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
die "can't locate x86_64-xlate.pl";
-no warnings qw(uninitialized);
open OUT,"| \"$^X\" $xlate $flavour $output";
*STDOUT=*OUT;
OpenPOWER on IntegriCloud