Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgold2 committed Feb 6, 2024
2 parents c270b7c + 4318e4e commit 8905d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils12/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nvdefinespace_CFLAGS = -I$(top_srcdir)/utils -DTPM_TPM12
nvdefinespace_LDFLAGS = -L$(top_srcdir)/utils
nvdefinespace_LDADD = libibmtssutils12.la ../utils/libibmtss.la

nvreadvalueauth_SOURCES = nvreadvalueauth.c
nvreadvalueauth_SOURCES = nvreadvalueauth.c ../utils/cryptoutils.c
nvreadvalueauth_CFLAGS = -I$(top_srcdir)/utils -DTPM_TPM12
nvreadvalueauth_LDFLAGS = -L$(top_srcdir)/utils
nvreadvalueauth_LDADD = libibmtssutils12.la ../utils/libibmtss.la $(LIBCRYPTO_LIBS)
Expand Down
4 changes: 2 additions & 2 deletions utils12/nvreadvalueauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* Written by Ken Goldman */
/* IBM Thomas J. Watson Research Center */
/* */
/* (c) Copyright IBM Corporation 2018 - 2019. */
/* (c) Copyright IBM Corporation 2018 - 2024. */
/* */
/* All rights reserved. */
/* */
Expand Down Expand Up @@ -53,7 +53,7 @@

static void printUsage(void);

int tssUtilsVerbose;
extern int tssUtilsVerbose;

int main(int argc, char * argv[])
{
Expand Down

0 comments on commit 8905d55

Please sign in to comment.