summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-29 03:37:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-29 03:37:44 +0000
commitee1a4eefa531a5c4601ee74b0b1ac1ef8f6921db (patch)
tree4c3e1cc822cedb2f4020ec249f5bc73bd64c8cc6 /ext/openssl
parentf20f30fc07890b6668daf79494b2e1a875cb7486 (diff)
* 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
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c
index 8fce1f80a8..e700833076 100644
--- a/ext/openssl/ossl_config.c
+++ b/ext/openssl/ossl_config.c
@@ -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