From: Dr. Stephen Henson Date: Mon, 21 Feb 2011 19:58:54 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL-fips-2_0-rc1~712 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=147e6f446572345850a170c64d64bfd9de8f8380;p=oweals%2Fopenssl.git typo --- diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 86ceab02ab..f35f8da88f 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -33,7 +33,7 @@ while () # Skip unused directories under crypto/ next if -d "crypto/$1" && !exists $cdirs{$1}; # Keep assembly language dir, Makefile or certain extensions - if (!/\/asm\// && !/\/Makefile$/ && && !/\.(in|pl|h)$/) + if (!/\/asm\// && !/\/Makefile$/ && !/\.(in|pl|h)$/) { # If C source file must be on list. next if !/(\w+\.c)$/ || !exists $tarobjs{$1};