diff options
author | pav <pav@FreeBSD.org> | 2005-04-19 03:05:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-19 03:05:57 +0800 |
commit | 7b14164ac6eade96eb7d40af05eec2a034a4e66b (patch) | |
tree | cde865645963c6cc5500f11d9e9b0307bbb63453 /security/Makefile | |
parent | 11b45def0e72ab28ec414a86c4b964ad43fb86c5 (diff) | |
download | freebsd-ports-gnome-7b14164ac6eade96eb7d40af05eec2a034a4e66b.tar.gz freebsd-ports-gnome-7b14164ac6eade96eb7d40af05eec2a034a4e66b.tar.zst freebsd-ports-gnome-7b14164ac6eade96eb7d40af05eec2a034a4e66b.zip |
Development version of distributed session caching tools and APIs, primarily
for SSL/TLS servers though perhaps useful for other (non-SSL/TLS)
circumstances.
Also includes a self-contained network abstraction library (libnal), and the
sslswamp SSL/TLS benchmark/test utility.
PR: ports/79879
Submitted by: Marcel Prisi <marcel.prisi@virtua.ch>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7566cfa355ab..b72a42aaa7e4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -72,6 +72,7 @@ SUBDIR += dirmngr SUBDIR += dissembler SUBDIR += distcache + SUBDIR += distcache-devel SUBDIR += dmitry SUBDIR += donkey SUBDIR += doorman |