mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/openssl/test_engine.rb: call Engine::cleanup on exit.
Patch provided by Yui Naruse, thanks! [Bug #5547] [ruby-core:40669] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
292b3e4113
commit
576454a432
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Thu Nov 03 08:36:00 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||||
|
|
||||||
|
* test/openssl/test_engine.rb: call Engine::cleanup on exit.
|
||||||
|
Patch provided by Yui Naruse, thanks!
|
||||||
|
[Bug #5547] [ruby-core:40669]
|
||||||
|
|
||||||
Wed Nov 2 21:36:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Nov 2 21:36:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
|
* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
|
||||||
|
|
|
@ -8,6 +8,7 @@ class OpenSSL::TestEngine < Test::Unit::TestCase
|
||||||
OpenSSL::Engine.load
|
OpenSSL::Engine.load
|
||||||
OpenSSL::Engine.engines
|
OpenSSL::Engine.engines
|
||||||
OpenSSL::Engine.engines
|
OpenSSL::Engine.engines
|
||||||
|
OpenSSL::Engine.cleanup # [ruby-core:40669]
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue