From 147e6f446572345850a170c64d64bfd9de8f8380 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 21 Feb 2011 19:58:54 +0000 Subject: [PATCH] typo --- util/fipsdist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.25.1