From 49aeafaa8d84df47ae9f28514a70d9fd31b46701 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 4 Jan 2021 12:35:51 +0700 Subject: [PATCH] adjust dist files and fix warning --- src/ssl.c | 2 +- wolfcrypt/src/include.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \