wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
244 stars 60 forks source link

Revert change in docs PR to `WOLFTPM2_HANDLE` #170

Closed dgarske closed 3 years ago

dgarske commented 3 years ago

Broke the build in PR #164

In file included from src/tpm2_wrap.c:22:
./wolftpm/tpm2_wrap.h:35:5: error: unknown type name 'WOLFTPM2_HANDLE'
    WOLFTPM2_HANDLE handle;       /* Session handle from StartAuthSession */
    ^
1 error generated.