]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
Minor source documentation updates.
authorSimon Ruderich <simon@ruderich.org>
Tue, 10 Dec 2013 13:17:11 +0000 (14:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 27 Dec 2013 15:56:43 +0000 (16:56 +0100)
src/connection.c
src/tlsproxy.h

index 4538f7532fd5681bf49c775c80ee36dd00f817c5..2c70b7d4f082f8fa9de3b256685e91ec23be3fc9 100644 (file)
@@ -207,7 +207,7 @@ void handle_connection(int client_socket) {
     LOG(DEBUG1, "connection to server established");
 
     /* If the -u option is used and we don't know this hostname's server
-     * certificate then just pass through the connection and let the client
+     * certificate, then just pass through the connection and let the client
      * verify the server certificate. */
     if (global_passthrough_unknown) {
         char path[TLSPROXY_MAX_PATH_LENGTH];
index 15c5a51b8fcdfbcd6f0d230ed653f478f2db7a3b..692278e7fa4e0b5184fe19c6d38d631af69ca2cc 100644 (file)
@@ -35,7 +35,7 @@
 /* Length for path arrays. */
 #define TLSPROXY_MAX_PATH_LENGTH 1024
 
-/* Paths to necessary TLS files: the CA, the server key and DH parameters. */
+/* Paths to proxy files: the CA, the server key and DH parameters. */
 #define PROXY_CA_PATH  "proxy-ca.pem"
 #define PROXY_KEY_PATH "proxy-key.pem"
 #define PROXY_DH_PATH  "proxy-dh.pem"