Split trp_ptable into trp_ptable, trp_peer, and _encoders modules
authorJennifer Richards <jennifer@painless-security.com>
Thu, 19 Apr 2018 16:14:18 +0000 (12:14 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 19 Apr 2018 16:14:18 +0000 (12:14 -0400)
commit9da61f0871476e2cb7f678b347d7b4e5db834b20
tree3a12c66d5694f88805bdd8bbd16a2f6342f6c9d3
parent58b2b02987b9258df50b95f9741140bf382a703a
Split trp_ptable into trp_ptable, trp_peer, and _encoders modules

No functional changes
13 files changed:
CMakeLists.txt
Makefile.am
common/tr_msg.c
include/trp_internal.h
include/trp_peer.h [new file with mode: 0644]
include/trp_ptable.h
tr/tr_trp.c
trp/test/ptbl_test.c
trp/trp_peer.c [new file with mode: 0644]
trp/trp_peer_encoders.c [new file with mode: 0644]
trp/trp_ptable.c
trp/trp_ptable_encoders.c [new file with mode: 0644]
trp/trps.c