aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDominyk Tiller2016-09-14 17:54:55 +0100
committerDominyk Tiller2016-09-14 17:54:55 +0100
commitf744cdbc81a4e5bc8f7d7bb1e5a0e3593846d002 (patch)
tree7d34c80d49f80b456fa4958d9a4d44ab6b227fb4 /share
parent840e86d454941896b6250bb355056d5b6c987aa8 (diff)
downloadbrew-f744cdbc81a4e5bc8f7d7bb1e5a0e3593846d002.tar.bz2
Formula-Cookbook: note LibreSSL audit check
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index 01b0d882b..75a53f60f 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -102,7 +102,7 @@ There are plenty of others; check `/usr/lib` for them.
We generally try to not duplicate system libraries and complicated tools in core Homebrew but we do duplicate some commonly used tools.
-One very special exception is OpenSSL. Anything that uses OpenSSL *should* be built using Homebrew’s shipped OpenSSL and our test bot's post-install `audit` will warn if it detects you haven't done this.
+Special exceptions are OpenSSL and LibreSSL. Things that use either *should* be built using Homebrew’s shipped equivalent and our test bot's post-install `audit` will warn if it detects you haven't done this.
Homebrew’s OpenSSL is
[`keg_only`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#keg_only-class_method)