adjust dist files and fix warning

This commit is contained in:
Jacob Barthelmeh
2021-01-04 12:35:51 +07:00
parent 749425e1e8
commit 49aeafaa8d
2 changed files with 2 additions and 1 deletions

View File

@ -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");

View File

@ -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 \