DPP: Move authentication functionality 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
182f6ae905
commit
fdbbb74064
8 changed files with 1985 additions and 1958 deletions
|
@ -21,6 +21,7 @@ OBJS += $(SRC)/crypto/sha384-kdf.o
|
|||
OBJS += $(SRC)/crypto/sha512-kdf.o
|
||||
OBJS += $(SRC)/tls/asn1.o
|
||||
OBJS += $(SRC)/common/dpp.o
|
||||
OBJS += $(SRC)/common/dpp_auth.o
|
||||
OBJS += $(SRC)/common/dpp_crypto.o
|
||||
OBJS += $(SRC)/common/dpp_pkex.o
|
||||
OBJS += $(SRC)/common/dpp_reconfig.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue