Skip to content

Commit

Permalink
Merge pull request #304 from dgarske/cryptocb_cleanup
Browse files Browse the repository at this point in the history
Relocate crypto callback code to its own code file
  • Loading branch information
jpbland1 authored Oct 6, 2023
2 parents 352201f + 1848749 commit 29634c2
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 29634c2

Please sign in to comment.