commit | 9169921271f646a4323fbfa2a9e7c2543915abe2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 22 16:26:39 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 22 16:26:39 2015 +0000 |
tree | 0cb197fec693c68a04ab8f52cdea65d8280fce7a | |
parent | b64d9a79a466ed5c23e93fadbf74de4da4637715 [diff] [blame] |
Rename to mbed TLS in examples
diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index c61c595..ba3f76c 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c
@@ -77,7 +77,7 @@ #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