aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_asn1.rb
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-01-06 16:35:02 -0800
committerZachary Scott <e@zzak.io>2015-01-06 16:35:02 -0800
commit8c20f4435f1e09ff797bf6683c47d4a9d1869bca (patch)
tree44a98a14570834e5ecb89b82ced6f796228fff64 /test/test_asn1.rb
parent2953dfd4ad925a669110fed1993d6e83b24e420f (diff)
downloadruby-openssl-8c20f4435f1e09ff797bf6683c47d4a9d1869bca.tar.gz
Sync tests with trunk
Diffstat (limited to 'test/test_asn1.rb')
-rw-r--r--test/test_asn1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_asn1.rb b/test/test_asn1.rb
index 3ea2638b..9fb5a551 100644
--- a/test/test_asn1.rb
+++ b/test/test_asn1.rb
@@ -605,5 +605,5 @@ rEzBQ0F9dUyqQ9gyRg8KHhDfv9HzT1d/rnUZMkoombwYBRIUChGCYV0GnJcan2Zm
assert_equal(:UNIVERSAL, asn1.tag_class)
end
-end if defined?(OpenSSL)
+end if defined?(OpenSSL::TestUtils)