typo
[openssl.git] / util / fipsdist.pl
index 86ceab02abf0c8ba82a6b4465454e8c46c1c079b..f35f8da88ff6ce14b93e409f56501981bad4895b 100644 (file)
@@ -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};