summaryrefslogtreecommitdiff
path: root/test/openssl/test_hmac.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_hmac.rb')
-rw-r--r--test/openssl/test_hmac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_hmac.rb b/test/openssl/test_hmac.rb
index f1e45365d9..f709ebd69b 100644
--- a/test/openssl/test_hmac.rb
+++ b/test/openssl/test_hmac.rb
@@ -38,4 +38,4 @@ class OpenSSL::TestHMAC < Test::Unit::TestCase
result = hmac.update(data).hexdigest
assert_equal "a13984b929a07912e4e21c5720876a8e150d6f67f854437206e7f86547248396", result
end
-end if defined?(OpenSSL)
+end if defined?(OpenSSL::TestUtils)