Improve a comment
[privoxy.git] / ssl.h
diff --git a/ssl.h b/ssl.h
index b552bfe..b5a9414 100644 (file)
--- a/ssl.h
+++ b/ssl.h
@@ -34,9 +34,9 @@
 /*
  * Values for flag determining certificate validity.
  * These values are compatible with return value of function
- * mbedtls_ssl_get_verify_result. There is not value for invalid
- * certificate, this value is setted by function
- * mbedtls_ssl_get_verify_result.
+ * mbedtls_ssl_get_verify_result(). There is no value for
+ * "invalid certificate", this value is set by the function
+ * mbedtls_ssl_get_verify_result().
  */
 #define SSL_CERT_VALID          0
 #define SSL_CERT_NOT_VERIFIED   0xFFFFFFFF
@@ -62,5 +62,6 @@ extern void ssl_send_certificate_error(struct client_state *csp);
 extern int  create_client_ssl_connection(struct client_state *csp);
 extern int  create_server_ssl_connection(struct client_state *csp);
 extern void close_client_and_server_ssl_connections(struct client_state *csp);
+extern void close_client_ssl_connection(struct client_state *csp);
 
 #endif /* ndef SSL_H_INCLUDED */