aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-27 23:37:09 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-11-28 07:05:07 +0000
commit889cb9c9827fd641187f3926b65a47eb72ed93ac (patch)
tree5992b26433764cc2fcdf3341ca7d828c53e8e82e /docs/examples/Makefile.inc
parent26ff1ea6c33fb624793909ca17a6ff57cecca004 (diff)
sessioninfo.c: Added sample code for CURLINFO_TLS_SESSION
Added a simple example to show how one can use CURLINFO_TLS_SESSION for obtaining extensive TLS certificate information.
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 5d3bcfc1a..6a97bc276 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -13,4 +13,4 @@ COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c \
ftpuploadresume.c ghiper.c hiperfifo.c htmltidy.c multithread.c \
opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp \
- multi-uv.c xmlstream.c usercertinmem.c
+ multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c