|
@@ -117,12 +117,6 @@
|
|
#else /* TEST_IPV6 */
|
|
#else /* TEST_IPV6 */
|
|
static const char* const wolfSshIp = "::1";
|
|
static const char* const wolfSshIp = "::1";
|
|
#endif /* TEST_IPV6 */
|
|
#endif /* TEST_IPV6 */
|
|
-#ifdef WOLFSSL_NUCLEUS
|
|
|
|
- /* port 8080 was open with QEMU */
|
|
|
|
- static const word16 wolfSshPort = 8080;
|
|
|
|
-#else
|
|
|
|
- static const word16 wolfSshPort = 22222;
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
#ifdef __GNUC__
|
|
#define WS_NORETURN __attribute__((noreturn))
|
|
#define WS_NORETURN __attribute__((noreturn))
|