diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-23 01:47:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-23 01:47:24 +0800 |
commit | 4ceff8b0063e36f4442f2362422624f439b89392 (patch) | |
tree | b6cb609b6e0fee5a6e1fce01ad5d64b489f0b183 /net/Makefile | |
parent | f7787acef1c72813e35694db4beeaacd05e2990b (diff) | |
download | freebsd-ports-gnome-4ceff8b0063e36f4442f2362422624f439b89392.tar.gz freebsd-ports-gnome-4ceff8b0063e36f4442f2362422624f439b89392.tar.zst freebsd-ports-gnome-4ceff8b0063e36f4442f2362422624f439b89392.zip |
Add libsignal 2.3.2
Signal Protocol is a ratcheting forward secrecy protocol that works in
synchronous and asynchronous messaging environments.
WWW: https://github.com/signalapp/libsignal-protocol-c
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c9349cb76623..46be2c788ed4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -416,6 +416,7 @@ SUBDIR += librdkafka SUBDIR += librouteros SUBDIR += librsync2 + SUBDIR += libsignal SUBDIR += libsocket++ SUBDIR += libsrtp SUBDIR += libstorj |