DPP: Move TCP encapsulation into a separate source code file
This continues splitting dpp.c into smaller pieces. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
21c612017b
commit
3aaf269f67
8 changed files with 1478 additions and 1453 deletions
|
@ -26,6 +26,7 @@ OBJS += $(SRC)/common/dpp_backup.o
|
|||
OBJS += $(SRC)/common/dpp_crypto.o
|
||||
OBJS += $(SRC)/common/dpp_pkex.o
|
||||
OBJS += $(SRC)/common/dpp_reconfig.o
|
||||
OBJS += $(SRC)/common/dpp_tcp.o
|
||||
|
||||
dpp-uri: dpp-uri.o $(OBJS) $(LIBS)
|
||||
$(LDO) $(LDFLAGS) -o $@ $^ -lcrypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue