Fix free errors in ocsp utility.
[openssl.git] / util / copy-if-different.pl
index 47bc0abd322a0b18bba707950dbcb1693459670b..ec99e084b56a900e585d9f64299c27ff7a10eba9 100755 (executable)
@@ -4,13 +4,10 @@ use strict;
 
 use Fcntl;
 
-
 # copy-if-different.pl
 
 # Copy to the destination if the source is not the same as it.
 
-my $stripcr = 0;
-
 my @filelist;
 
 foreach my $arg (@ARGV) {