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
230 stars 55 forks source link

Fix for crypto callback hashing return code initialization #334

Closed dgarske closed 3 months ago

dgarske commented 3 months ago

Fix for crypto callback hashing return code initialization. The final case could be skipped because "rc" was not initialized to expected zero value. ZD 17634