mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
- Fixed port number to ssl_server's
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
#include "polarssl/ssl.h"
|
#include "polarssl/ssl.h"
|
||||||
#include "polarssl/havege.h"
|
#include "polarssl/havege.h"
|
||||||
|
|
||||||
#define SERVER_PORT 443
|
#define SERVER_PORT 4433
|
||||||
#define SERVER_NAME "localhost"
|
#define SERVER_NAME "localhost"
|
||||||
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user