summaryrefslogtreecommitdiff
path: root/examples/basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic.c')
-rw-r--r--examples/basic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/basic.c b/examples/basic.c
index 46f6333..38ddbc3 100644
--- a/examples/basic.c
+++ b/examples/basic.c
@@ -79,6 +79,10 @@ main () {
/* s.socks_host = "127.0.0.1"; */
/* s.socks_port = 4321; */
+ /* s.manual_host = "foo.custom"; */
+ /* gnutls_certificate_set_x509_trust_file(s.gnutls_cred, */
+ /* "foo.custom.crt", */
+ /* GNUTLS_X509_FMT_PEM); */
do {