mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
typo
This commit is contained in:
parent
94a0a96cd8
commit
147e6f4465
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user