aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-07-28 22:26:20 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-07-28 22:26:20 +0900
commit4289fba30d0b1d1c7f16a681d2c2df48aabdb2e2 (patch)
treedc67258ea80e1d59fac7e4d90956974a08967028 /ext/openssl
parent3150d3e37a385c227da037c5c5e37505c52f79a4 (diff)
downloadruby-openssl-4289fba30d0b1d1c7f16a681d2c2df48aabdb2e2.tar.gz
Remove Install section from rdoc
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c
index 1cd59e59..88e0e79a 100644
--- a/ext/openssl/ossl.c
+++ b/ext/openssl/ossl.c
@@ -601,20 +601,6 @@ static void Init_ossl_locks(void)
* OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the
* OpenSSL[http://www.openssl.org/] library.
*
- * = Install
- *
- * OpenSSL comes bundled with the Standard Library of Ruby.
- *
- * This means the OpenSSL extension is compiled with Ruby and packaged on
- * build. During compile time, Ruby will need to link against the OpenSSL
- * library on your system. However, you cannot use openssl provided by Apple to
- * build standard library openssl.
- *
- * If you use OSX, you should install another openssl and run ```./configure
- * --with-openssl-dir=/path/to/another-openssl```. For Homebrew user, run `brew
- * install openssl` and then ```./configure --with-openssl-dir=`brew --prefix
- * openssl` ```.
- *
* = Examples
*
* All examples assume you have loaded OpenSSL with: