mirror of https://github.com/wolfSSL/wolfssh.git
Updates to STM32Cube Pack
parent
39bbaffeda
commit
a87fe3fce5
|
@ -106,6 +106,7 @@ extern ${variable.value} ${variable.name};
|
|||
#define WOLFSSH_LOG_PRINTF
|
||||
#define WOLFSSL_LOG_PRINTF
|
||||
#define fprintf(err, ... ) printf(__VA_ARGS__)
|
||||
#define WFFLUSH fflush
|
||||
|
||||
#define BENCH_EMBEDDED
|
||||
#define NO_WRITEV
|
||||
|
@ -138,8 +139,6 @@ extern ${variable.value} ${variable.name};
|
|||
#define HAVE_AESGCM
|
||||
#define WOLFSSL_SHA512
|
||||
#define HAVE_ECC
|
||||
#define HAVE_CURVE25519
|
||||
#define CURVE25519_SMALL
|
||||
#define HAVE_ED25519
|
||||
|
||||
#define WOLFSSH_IGNORE_FILE_WARN
|
||||
|
|
|
@ -47,8 +47,10 @@ void wolfSSHTest(const void* argument)
|
|||
|
||||
printf("Running wolfSSH Tests...\n");
|
||||
|
||||
if (wolfSSH_TestsuiteTest(0, NULL))
|
||||
ret = -1;
|
||||
/* TODO: Uncomment once proper threading abstractions have been implemented
|
||||
* in wolfSSL */
|
||||
/* if (wolfSSH_TestsuiteTest(0, NULL))
|
||||
ret = -1; */
|
||||
if (wolfSSH_UnitTest(0, NULL))
|
||||
ret = -1;
|
||||
if (wolfSSH_ApiTest(0, NULL))
|
||||
|
|
Loading…
Reference in New Issue