diff options
author | sem <sem@FreeBSD.org> | 2012-11-19 07:49:11 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2012-11-19 07:49:11 +0800 |
commit | 18a16ecce9a5b791b33a294539c5ff6b3bbab7b8 (patch) | |
tree | cd6666b904310f014754ce439234ca5c875ef0ad /dns/unbound | |
parent | c3336d9a15f12e996914ad4095ab9d3de1056d47 (diff) | |
download | freebsd-ports-gnome-18a16ecce9a5b791b33a294539c5ff6b3bbab7b8.tar.gz freebsd-ports-gnome-18a16ecce9a5b791b33a294539c5ff6b3bbab7b8.tar.zst freebsd-ports-gnome-18a16ecce9a5b791b33a294539c5ff6b3bbab7b8.zip |
- Mention in options that ECDSA requires OpenSSL from ports
PR: ports/173709
Submitted by: Ilya Bakulin <webmaster at kibab.com>
Feature safe: yes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index dc4cb2601d4d..cabd2e6244f9 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -42,7 +42,7 @@ OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports GOST_DESC= Enable GOST support (requires OpenSSL from ports) -ECDSA_DESC= Enable ECDSA (elliptic curve) support +ECDSA_DESC= Enable ECDSA support (requires OpenSSL from ports) MUNIN_DESC= Install Munin plugin .include <bsd.port.options.mk> |