diff --git a/utils12/Makefile.am b/utils12/Makefile.am index 6252ffbc..031d0de6 100644 --- a/utils12/Makefile.am +++ b/utils12/Makefile.am @@ -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) diff --git a/utils12/nvreadvalueauth.c b/utils12/nvreadvalueauth.c index aac75c2d..93dbd8d2 100644 --- a/utils12/nvreadvalueauth.c +++ b/utils12/nvreadvalueauth.c @@ -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. */ /* */ @@ -53,7 +53,7 @@ static void printUsage(void); -int tssUtilsVerbose; +extern int tssUtilsVerbose; int main(int argc, char * argv[]) {