diff -ur tss2-1234/utils/makefile-common tss2-1234-new/utils/makefile-common --- tss2-1234/utils/makefile-common 2018-05-29 12:00:46.000000000 -0700 +++ tss2-1234-new/utils/makefile-common 2018-10-02 15:10:20.783078580 -0700 @@ -44,7 +44,7 @@ CCFLAGS += \ -Wall -W -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \ -Wformat=2 -Wold-style-definition -Wno-self-assign \ - -ggdb -O0 -c + -ggdb -c # to compile with optimizations on (warning will result) # -O3 -c diff -ur tss2-1234/utils/makefile.fedora tss2-1234-new/utils/makefile.fedora --- tss2-1234/utils/makefile.fedora 2018-05-15 10:07:20.000000000 -0700 +++ tss2-1234-new/utils/makefile.fedora 2018-10-02 15:11:33.909083615 -0700 @@ -71,7 +71,7 @@ # compile - common flags for TSS library and applications -CCFLAGS += -DTPM_POSIX +CCFLAGS += -DTPM_POSIX -DTPM_INTERFACE_TYPE_DEFAULT="\"dev\"" -DTPM_DEVICE_DEFAULT="\"/dev/tpmrm0\"" # example of pointing to a locally built openssl 1.1 # CCFLAGS += -I/home/kgold/openssl-1.1.0c/include @@ -119,7 +119,7 @@ LNLFLAGS += -shared -Wl,-z,now # This is an alternative to using the bfd linker on Ubuntu -# LNLLIBS += -lcrypto +LNLLIBS += -lcrypto # link - for applications, TSS path, TSS and OpenSSl libraries