projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94a0a96
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 19:58:54 +0000
(19:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 19:58:54 +0000
(19:58 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index 86ceab02abf0c8ba82a6b4465454e8c46c1c079b..f35f8da88ff6ce14b93e409f56501981bad4895b 100644
(file)
--- 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};