commit | 9c1e1898b65427f3d2e5e4c13ed6578d61b3d6d9 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 30 16:41:21 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 30 16:48:09 2013 +0100 |
tree | 46b4e67a1448828cc09b0ca870cce46a74c8c5f3 | |
parent | 214eed38c740614c0842bd90e97accca4a600b90 [diff] [blame] |
Move some code around, improve documentation
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 6879f3e..e4a1426 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c
@@ -71,7 +71,7 @@ * longer paquets (for fragmentation purposes) */ #define GET_REQUEST "GET %s HTTP/1.0\r\n" /* LONG_HEADER */ "\r\n" -/* Temporary, should become a runtime option later */ +/* Uncomment to test client-initiated renegotiation */ // #define TEST_RENEGO /*