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:
a8655eb
)
cms-test.pl: make it work with not-so-latest perl.
author
Andy Polyakov
<appro@openssl.org>
Mon, 16 May 2011 18:11:45 +0000
(18:11 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 14 Feb 2013 15:40:55 +0000
(16:40 +0100)
(cherry picked from commit
9c437e2faded18b4ef6499d7041c65d6e216955b
)
test/cms-test.pl
patch
|
blob
|
history
diff --git
a/test/cms-test.pl
b/test/cms-test.pl
index 9c50dff3e9a3c3291ed91857da7ec26bba7b2d59..6f8792f34bf6181bde83f4a3187b072f757d55e2 100644
(file)
--- a/
test/cms-test.pl
+++ b/
test/cms-test.pl
@@
-411,8
+411,10
@@
sub run_smime_tests {
}
sub cmp_files {
+ use FileHandle;
my ( $f1, $f2 ) = @_;
- my ( $fp1, $fp2 );
+ my $fp1 = FileHandle->new();
+ my $fp2 = FileHandle->new();
my ( $rd1, $rd2 );