diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-05 07:44:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-05 07:44:05 +0000 |
commit | f4d71924fa139eee39ea4a4ae3954c5be54fd880 (patch) | |
tree | 0731582e8de71716453edcc6e7a8776cb0182bf0 /security | |
parent | bdcf59d7aab34f9a4d7a7279785be27feaeecd28 (diff) | |
download | ports-f4d71924fa139eee39ea4a4ae3954c5be54fd880.tar.gz ports-f4d71924fa139eee39ea4a4ae3954c5be54fd880.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 47a050d68691..29f15019d0bf 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend OPTIONS= I386 "Use optimized assembler for 80386" off \ SSE2 "Use runtime SSE2 detection" on \ ZLIB "Build with zlib compression" on \ - DTLS_RENEGOTIATION "Build with DTLS Abbreviated renegotiations" off \ + DTLS_RENEGOTIATION "Build with DTLS Abbr. renegotiations" off \ DTLS_HEARTBEAT "Build with DTLS Heartbeat Extension" off \ TLS_EXTRACTOR "Build with TLS key material extractor" off \ SCTP "Build with SCTP support" off \ |