I commented the first part and it doesn't make anything again, but when i comment the declaration of dfResult it seems something happens and this is the result: TpmToOsslMath.c: In function ‘OsslToTpmBn’: TpmToOsslMath.c:105:32: error: dereferencing pointer to incomplete type ‘BIGNUM {aka struct bignum_st}’ if((crypt_uword_t *)osslBn->d != bn->d) ^~ In file included from BnValues.h:281:0, from Global.h:84, from Tpm.h:71, from TpmToOsslMath.c:72: TpmToOsslMath.c: In function ‘BnModMult’: TpmToOsslMath.h:93:22:...
Hello Ken, I'm new to the TPM specially swTPM and i cannot install it. I followed the installation instructions, and this is the output when i make the "src" directory: /usr/bin/gcc -Wall -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Werror -Wsign-compare -c -ggdb -O0 -DTPM_POSIX -D_POSIX_ -I../utils -I. CryptRand.c -o CryptRand.o In file included from TpmBuildSwitches.h:74:0, from Implementation.h:65, from Tpm.h:66, from CryptRand.c:62: CryptRand.c: In function ‘CryptRandomStir’:...
Hello Ken, I'm new to the TPM specially swTPM and i cannot install it. This is the output when i make the "src" directory: /usr/bin/gcc -Wall -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Werror -Wsign-compare -c -ggdb -O0 -DTPM_POSIX -D_POSIX_ -I../utils -I. CryptRand.c -o CryptRand.o In file included from TpmBuildSwitches.h:74:0, from Implementation.h:65, from Tpm.h:66, from CryptRand.c:62: CryptRand.c: In function ‘CryptRandomStir’: CompilerDependencies.h:145:34: error: ‘dfResult’...