DPP: Move crypto routines into a separate source code file
This is an initial step in splitting the overly long dpp.c into smaller pieces. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6eb03715e3
commit
87b6572616
8 changed files with 2662 additions and 2548 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_crypto.o
|
||||
|
||||
dpp-uri: dpp-uri.o $(OBJS) $(LIBS)
|
||||
$(LDO) $(LDFLAGS) -o $@ $^ -lcrypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue