forked from wolfSSL/wolfssl
adjust dist files and fix warning
This commit is contained in:
@ -7459,7 +7459,7 @@ int wolfSSL_CTX_check_private_key(const WOLFSSL_CTX* ctx)
|
|||||||
#endif
|
#endif
|
||||||
word32 size;
|
word32 size;
|
||||||
byte* buff;
|
byte* buff;
|
||||||
int ret;
|
int ret = WOLFSSL_FAILURE;
|
||||||
|
|
||||||
WOLFSSL_ENTER("wolfSSL_CTX_check_private_key");
|
WOLFSSL_ENTER("wolfSSL_CTX_check_private_key");
|
||||||
|
|
||||||
|
@ -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_aes.c \
|
||||||
wolfcrypt/src/port/caam/caam_driver.c \
|
wolfcrypt/src/port/caam/caam_driver.c \
|
||||||
wolfcrypt/src/port/caam/caam_error.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_sha.c \
|
||||||
wolfcrypt/src/port/caam/caam_doc.pdf \
|
wolfcrypt/src/port/caam/caam_doc.pdf \
|
||||||
wolfcrypt/src/port/caam/wolfcaam_init.c \
|
wolfcrypt/src/port/caam/wolfcaam_init.c \
|
||||||
|
Reference in New Issue
Block a user