aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_hmac.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_hmac.rb')
-rw-r--r--test/test_hmac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_hmac.rb b/test/test_hmac.rb
index dbde97d9..86857ba0 100644
--- a/test/test_hmac.rb
+++ b/test/test_hmac.rb
@@ -37,4 +37,4 @@ class OpenSSL::TestHMAC < OpenSSL::TestCase
second = h1.update("test").hexdigest
assert_equal first, second
end
-end if defined?(OpenSSL::TestUtils)
+end