1
0
Fork 0
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:
nobu 2010-09-29 03:37:44 +00:00
parent f20f30fc07
commit ee1a4eefa5

View file

@ -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