Skip to content

Commit a32ff18

Browse files
committed
Find out the version of OpenSSL
1 parent 2a21fa4 commit a32ff18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

t/001-openssl-version.t

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
use Test::More;
2+
use Crypt::OpenSSL::Guess;
3+
my ($major, $minor, $patch) = openssl_version();
4+
print STDERR "\tOpenSSL Version $major$minor$patch";
5+
ok ($major);
6+
7+
done_testing;

0 commit comments

Comments
 (0)