test/testlib/OpenSSL/Test/Utils.pm
0 → 100644
+84
−0
Loading
Add Utils.pm for test utilities. This currently just contains one function:
disabled which checks if a feature is disabled based on the output of
openssl list -disabled
Reviewed-by:
Richard Levitte <levitte@openssl.org>