summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_config.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@ruby-lang.org>2003-07-23 16:12:24 +0000
committergotoyuzo <gotoyuzo@ruby-lang.org>2003-07-23 16:12:24 +0000
commite207b8d4da8b308535bb40a6f49dae3bc9bffa9d (patch)
tree8c8d2be89fc365ceafe6e2016a86eacc1b9a60e1 /ext/openssl/ossl_config.h
parentaf81e3e12742809d14867321ecb55349226f9663 (diff)
downloadruby-openssl-history-e207b8d4da8b308535bb40a6f49dae3bc9bffa9d.tar.gz
* ext/openssl: imported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_config.h')
-rw-r--r--ext/openssl/ossl_config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ext/openssl/ossl_config.h b/ext/openssl/ossl_config.h
new file mode 100644
index 0000000..c45619d
--- /dev/null
+++ b/ext/openssl/ossl_config.h
@@ -0,0 +1,20 @@
+/*
+ * $Id$
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(_OSSL_CONFIG_H_)
+#define _OSSL_CONFIG_H_
+
+extern VALUE cConfig;
+extern VALUE eConfigError;
+
+void Init_ossl_config(void);
+
+#endif /* _OSSL_CONFIG_H_ */
+