summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorsteve <steve>2011-02-21 19:58:54 +0000
committersteve <steve>2011-02-21 19:58:54 +0000
commit7bf1797164efb96b4bf1e639d60fba001c297601 (patch)
treeedf6d867f9d941f4575ddf68e0aa5aabdb26d968 /util
parentf577a601a0221445b7331bf1f2b5de0699f00492 (diff)
downloadopenssl-7bf1797164efb96b4bf1e639d60fba001c297601.tar.gz
typo
Diffstat (limited to 'util')
-rw-r--r--util/fipsdist.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 86ceab02a..f35f8da88 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};