aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-07-17 14:26:45 +0200
committert3sserakt <t3ss@posteo.de>2020-07-17 14:26:45 +0200
commit0c9911d73744da31776f98019ff1460032f2c82b (patch)
tree6746a66f0467b5115d7c23547b563aab3e119163 /src/transport/Makefile.am
parent686a873aed44e0dff36f0d52c465af2e5efb5ab2 (diff)
downloadgnunet-0c9911d73744da31776f98019ff1460032f2c82b.tar.gz
gnunet-0c9911d73744da31776f98019ff1460032f2c82b.zip
TNG: Implemented 5530: add replay protection to TCP communicator. Added monotime value checks
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index eadb601ef..127ba9516 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -266,6 +266,7 @@ gnunet_communicator_tcp_SOURCES = \
266 gnunet-communicator-tcp.c 266 gnunet-communicator-tcp.c
267gnunet_communicator_tcp_LDADD = \ 267gnunet_communicator_tcp_LDADD = \
268 libgnunettransportcommunicator.la \ 268 libgnunettransportcommunicator.la \
269 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
269 $(top_builddir)/src/nat/libgnunetnatnew.la \ 270 $(top_builddir)/src/nat/libgnunetnatnew.la \
270 $(top_builddir)/src/nt/libgnunetnt.la \ 271 $(top_builddir)/src/nt/libgnunetnt.la \
271 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 272 $(top_builddir)/src/statistics/libgnunetstatistics.la \