mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/ossl_config.c (parse_config): remove dead declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f20f30fc07
commit
ee1a4eefa5
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ VALUE eConfigError;
|
|||
* Public
|
||||
*/
|
||||
|
||||
static CONF *parse_config(VALUE, CONF*);
|
||||
|
||||
/*
|
||||
* GetConfigPtr is a public C-level function for getting OpenSSL CONF struct
|
||||
* from an OpenSSL::Config(eConfig) instance. We decided to implement
|
||||
|
|
Loading…
Reference in a new issue