Merge pull request #331 from dgarske/autoconf_2

Fix for two missed files for config.h
pull/333/head
Eric Blankenhorn 2024-02-09 09:31:12 -06:00 committed by GitHub
commit aded0e9fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,10 @@
/* This is a helper tool for reseting the value of a TPM2.0 PCR */ /* This is a helper tool for reseting the value of a TPM2.0 PCR */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolftpm/tpm2_wrap.h> #include <wolftpm/tpm2_wrap.h>
#ifndef WOLFTPM2_NO_WRAPPER #ifndef WOLFTPM2_NO_WRAPPER

View File

@ -21,6 +21,9 @@
/* wolfTPM 2.0 unit tests */ /* wolfTPM 2.0 unit tests */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolftpm/tpm2.h> #include <wolftpm/tpm2.h>
#include <wolftpm/tpm2_wrap.h> #include <wolftpm/tpm2_wrap.h>