aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_engine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_engine.rb')
-rw-r--r--test/openssl/test_engine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_engine.rb b/test/openssl/test_engine.rb
index 46a2948cbf..a7264d0eeb 100644
--- a/test/openssl/test_engine.rb
+++ b/test/openssl/test_engine.rb
@@ -71,5 +71,5 @@ class OpenSSL::TestEngine < Test::Unit::TestCase
cipher.update(data) + cipher.final
end
-end if defined?(OpenSSL)
+end if defined?(OpenSSL::TestUtils)