From 198c304b9ef897d124f6220297ac3f6bf364d9cc Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 18 May 2004 04:02:24 +0000 Subject: [PATCH] * test for OpenSSL::X509 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST b/MANIFEST index 4affe6f2b6..9ef956d52e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -755,6 +755,11 @@ test/fileutils/test_nowrite.rb test/gdbm/test_gdbm.rb test/logger/test_logger.rb test/monitor/test_monitor.rb +test/openssl/test_x509cert.rb +test/openssl/test_x509crl.rb +test/openssl/test_x509name.rb +test/openssl/test_x509req.rb +test/openssl/utils.rb test/optparse/test_noarg.rb test/optparse/test_optarg.rb test/optparse/test_optparse.rb