diff --git a/src/ssl.c b/src/ssl.c index 3f08418fd..ea7a841e2 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -7459,7 +7459,7 @@ int wolfSSL_CTX_check_private_key(const WOLFSSL_CTX* ctx) #endif word32 size; byte* buff; - int ret; + int ret = WOLFSSL_FAILURE; WOLFSSL_ENTER("wolfSSL_CTX_check_private_key"); diff --git a/wolfcrypt/src/include.am b/wolfcrypt/src/include.am index 3ccdf9ca4..a36af5adb 100644 --- a/wolfcrypt/src/include.am +++ b/wolfcrypt/src/include.am @@ -65,6 +65,7 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \ wolfcrypt/src/port/caam/caam_aes.c \ wolfcrypt/src/port/caam/caam_driver.c \ wolfcrypt/src/port/caam/caam_error.c \ + wolfcrypt/src/port/caam/caam_qnx.c \ wolfcrypt/src/port/caam/caam_sha.c \ wolfcrypt/src/port/caam/caam_doc.pdf \ wolfcrypt/src/port/caam/wolfcaam_init.c \