summaryrefslogtreecommitdiffstats
path: root/util/fipsdist.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 19:58:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 19:58:54 +0000
commit147e6f446572345850a170c64d64bfd9de8f8380 (patch)
treeb562d1392d7b23d3115dfe11c2190d4a18decff5 /util/fipsdist.pl
parent94a0a96cd8db717381f0c57af4782f385029fa89 (diff)
typo
Diffstat (limited to 'util/fipsdist.pl')
-rw-r--r--util/fipsdist.pl2
1 files changed, 1 insertions, 1 deletions
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 (<STDIN>)
# 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};