aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-08-22 05:10:43 +0900
committerGitHub <noreply@github.com>2016-08-22 05:10:43 +0900
commit6f37a000ecc4730a36899fc29a3477a8c9e3cf38 (patch)
tree78dbf3bb075aa737218ff7aeb262f08e4aeb1ebc /ext/openssl
parente6742596c9b2de4dbbd416a730a4c5fd04576fcd (diff)
parent069fdbc03e21f1898003fa318de49b839193a9a4 (diff)
downloadruby-openssl-6f37a000ecc4730a36899fc29a3477a8c9e3cf38.tar.gz
Merge pull request #59 from ruby/topic/doc-work
[WIP] Add NEWS and update CONTRIBUTING.md
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 f8744dd4..1bf99e62 100644
--- a/ext/openssl/ossl.c
+++ b/ext/openssl/ossl.c
@@ -591,20 +591,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: