mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
- Minor text/debug fixes for release
This commit is contained in:
parent
a802e1ac10
commit
eaca51d739
@ -38,7 +38,7 @@
|
|||||||
#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"
|
||||||
|
|
||||||
#define DEBUG_LEVEL 4
|
#define DEBUG_LEVEL 1
|
||||||
|
|
||||||
void my_debug( void *ctx, int level, const char *str )
|
void my_debug( void *ctx, int level, const char *str )
|
||||||
{
|
{
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
|
|
||||||
#define HTTP_RESPONSE \
|
#define HTTP_RESPONSE \
|
||||||
"HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n" \
|
"HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n" \
|
||||||
"<h2><p><center>Successful connection using: %s\r\n"
|
"<h2>PolarSSL Test Server</h2>\r\n" \
|
||||||
|
"<p>Successful connection using: %s</p>\r\n"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Computing a "safe" DH-1024 prime can take a very
|
* Computing a "safe" DH-1024 prime can take a very
|
||||||
|
Loading…
Reference in New Issue
Block a user