mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-31 19:54:57 +01:00
- Fixed port number to ssl_server's
This commit is contained in:
parent
7d7f4f4ad4
commit
757e2507fd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "polarssl/ssl.h"
|
||||
#include "polarssl/havege.h"
|
||||
|
||||
#define SERVER_PORT 443
|
||||
#define SERVER_PORT 4433
|
||||
#define SERVER_NAME "localhost"
|
||||
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue