X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;fp=src%2Fconnection.c;h=fb854da4536937ae43f136ff6f418cbbaf776698;hp=184ee5a4231a302ee520dfecb05b845cdde0e4bb;hb=70dfaa55b611838c956f700b5f47b2c2753988f1;hpb=7eba49d24d56288d83746f3f0ce383d7c0c36552 diff --git a/src/connection.c b/src/connection.c index 184ee5a..fb854da 100644 --- a/src/connection.c +++ b/src/connection.c @@ -102,9 +102,9 @@ void handle_connection(int client_socket) { int version_minor; /* x in HTTP/1.x */ int result; - /* client_x509_cred is used when talking to the client (acting as a TSL + /* client_x509_cred is used when talking to the client (acting as a TLS * server), server_x509_cred is used when talking to the server (acting as - * a TSL client). */ + * a TLS client). */ gnutls_certificate_credentials_t client_x509_cred, server_x509_cred; gnutls_session_t client_session, server_session;