summaryrefslogtreecommitdiff
path: root/test/openssl/test_x509crl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_x509crl.rb')
-rw-r--r--test/openssl/test_x509crl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/openssl/test_x509crl.rb b/test/openssl/test_x509crl.rb
index c0c996e966..56508e0a12 100644
--- a/test/openssl/test_x509crl.rb
+++ b/test/openssl/test_x509crl.rb
@@ -208,9 +208,9 @@ class OpenSSL::TestX509CRL < Test::Unit::TestCase
crl.version = 0
assert_equal(false, crl.verify(@dsa512))
end
-
+
private
-
+
def crl_error_returns_false
yield
rescue OpenSSL::X509::CRLError