aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-02 10:03:16 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-02 10:03:16 +0000
commitd995f01f67ba20828c2ece2614887ff86ce512a9 (patch)
tree6e1a7ece9718f5240fb0c37ac39a4d12d4b35cc7 /ext/openssl/ossl.h
parent5fc8821161833c93256572ac3528af4962e3a045 (diff)
downloadruby-d995f01f67ba20828c2ece2614887ff86ce512a9.tar.gz
* ext/openssl/extconf.rb: use create_header.
* ext/openssl/ossl.h, ext/openssl/openssl_missing.h: include RUBY_EXTCONF_H. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index 56b3b2ec18..5ab93bf39e 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -11,6 +11,8 @@
#if !defined(_OSSL_H_)
#define _OSSL_H_
+#include RUBY_EXTCONF_H
+
#if defined(__cplusplus)
extern "C" {
#endif