summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2017-09-24 15:12:13 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2017-09-24 15:14:32 +0300
commit62866f98a5979e3b9ee8db0287be79749fcf7d6a (patch)
tree5a0f382aa569f4e417f77fb5730de169ad058f92 /README.md
parent56010f37ae5b49881f7fd255d5c8a936e1c36909 (diff)
downloadlibevent-62866f98a5979e3b9ee8db0287be79749fcf7d6a.tar.gz
Remove OpenSSL paragram from README
Because it is mauvais ton to use binaries instead of normal packages (like apt-get in debian, pacman in arch, and others). Plus that link was borken and according to [1] OpenSSL do not ship binaries officially. And personally I don't think that this is not obvious that you need openssl libraries to build libevent with it's support, and BTW you need headers too (of course). [1]: https://www.openssl.org/community/binaries.html Fixes: #562
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 24cf618a..7e40bb22 100644
--- a/README.md
+++ b/README.md
@@ -168,11 +168,6 @@ $ cmake -LH ..
CMake also provides a GUI that lets you specify the source directory and output (binary) directory
that the build should be placed in.
-### OpenSSL support
-
-To build Libevent with OpenSSL support you will need to have OpenSSL binaries available when building,
-these can be found here: <http://www.openssl.org/related/binaries.html>
-
# 2. USEFUL LINKS:
For the latest released version of Libevent, see the official website at