Skip to content

Commit

Permalink
Relocate crypto callback code to its own code file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Sep 28, 2023
1 parent 352201f commit 1848749
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 584 deletions.
5 changes: 3 additions & 2 deletions src/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ src_libwolftpm_la_SOURCES = \
src/tpm2_packet.c \
src/tpm2_tis.c \
src/tpm2_wrap.c \
src/tpm2_param_enc.c
src/tpm2_param_enc.c \
src/tpm2_cryptocb.c

if BUILD_DEVTPM
src_libwolftpm_la_SOURCES += src/tpm2_linux.c
Expand All @@ -24,7 +25,7 @@ endif

src_libwolftpm_la_CFLAGS = $(src_libwolftpm_la_EXTRAS) -DBUILDING_WOLFTPM $(AM_CFLAGS)
src_libwolftpm_la_CPPFLAGS = -DBUILDING_WOLFTPM $(AM_CPPFLAGS)
src_libwolftpm_la_LDFLAGS = ${AM_LDFLAGS} -no-undefined -version-info ${WOLFTPM_LIBRARY_VERSION}
src_libwolftpm_la_LDFLAGS = ${AM_LDFLAGS} -no-undefined -version-info ${WOLFTPM_LIBRARY_VERSION}

#src_libwolftpm_la_DEPENDENCIES =
#EXTRA_DIST +=
Loading

0 comments on commit 1848749

Please sign in to comment.