Add PEM_read_bio_ex
[openssl.git] / util / copy.pl
index ef4d8708e24789cc3cfc50fa77ca5f4c7481bbbe..c4aeea6a18cdf667231dbf357f9abddf6602bc6f 100644 (file)
@@ -40,7 +40,7 @@ if ($fnum <= 1)
        }
 
 $dest = pop @filelist;
-       
+
 if ($fnum > 2 && ! -d $dest)
        {
        die "Destination must be a directory";
@@ -73,5 +73,5 @@ foreach (@filelist)
        close(OUT);
        print "Copying: $_ to $dfile\n";
        }
-               
+