1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Rename to mbed TLS in examples

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-22 16:26:39 +00:00
parent b64d9a79a4
commit 9169921271
8 changed files with 24 additions and 24 deletions

View File

@ -77,7 +77,7 @@ int main( int argc, char *argv[] )
#define HTTP_RESPONSE \
"HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n" \
"<h2>PolarSSL Test Server</h2>\r\n" \
"<h2>mbed TLS Test Server</h2>\r\n" \
"<p>Successful connection using: %s</p>\r\n"
#define DEBUG_LEVEL 0