aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_pkcs5.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_pkcs5.rb')
-rw-r--r--test/openssl/test_pkcs5.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_pkcs5.rb b/test/openssl/test_pkcs5.rb
index 30fa3e5b0a..5e85dde955 100644
--- a/test/openssl/test_pkcs5.rb
+++ b/test/openssl/test_pkcs5.rb
@@ -94,4 +94,4 @@ class OpenSSL::TestPKCS5 < Test::Unit::TestCase
assert_equal(value1, value2)
end if OpenSSL::PKCS5.respond_to?(:pbkdf2_hmac)
-end if defined?(OpenSSL)
+end if defined?(OpenSSL::TestUtils)