aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/tlsauthentication.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-22 09:08:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-22 09:08:03 +0000
commitfaabde7649be638b3be42e83be0bf367741d38a1 (patch)
tree86b34c6294bdd5c6ba8e55150471f050f0833272 /doc/examples/tlsauthentication.c
parentaa8f99d22eb51f0a662d6fcba926fcf6b9e994b1 (diff)
downloadlibmicrohttpd-faabde7649be638b3be42e83be0bf367741d38a1.tar.gz
libmicrohttpd-faabde7649be638b3be42e83be0bf367741d38a1.zip
-fixing #2443: tutorial was unclear
Diffstat (limited to 'doc/examples/tlsauthentication.c')
-rw-r--r--doc/examples/tlsauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
index 7d6e66f5..01006d50 100644
--- a/doc/examples/tlsauthentication.c
+++ b/doc/examples/tlsauthentication.c
@@ -13,7 +13,7 @@
13#define SERVERCERTFILE "server.pem" 13#define SERVERCERTFILE "server.pem"
14 14
15 15
16char * 16static char *
17string_to_base64 (const char *message) 17string_to_base64 (const char *message)
18{ 18{
19 const char *lookup = 19 const char *lookup =