aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-10-10 11:47:19 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-10-10 11:47:19 +0000
commitb580e6a1fa9b31baf7fff9ca7f5175b487f60dfd (patch)
tree2c0b96ad8285130b904baed83e0082d5c33bef8c /security/Makefile
parentab82c45a5f4e6703865d240447499093640ffb5b (diff)
downloadports-b580e6a1fa9b31baf7fff9ca7f5175b487f60dfd.tar.gz
ports-b580e6a1fa9b31baf7fff9ca7f5175b487f60dfd.zip
security/openssl-unsafe: Add OpenSSL port for scanning/testing
- OpenSSL binary and libs for testing and scanning - Use with e.g. sslscan or testssl.sh Differential Revision: https://reviews.freebsd.org/D9483
Notes
Notes: svn path=/head/; revision=451695
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 95cb1f5a0376..c88ffe8f48ca 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -442,6 +442,7 @@
SUBDIR += openssh-portable
SUBDIR += openssl
SUBDIR += openssl-devel
+ SUBDIR += openssl-unsafe
SUBDIR += openssl_tpm_engine
SUBDIR += openvas8
SUBDIR += openvas8-cli