aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_cert.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 08:46:25 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 08:46:25 +0000
commit570589f3f14045a51dd3e30a6f140bd45a4d0e1d (patch)
tree01f32d0bf9656ae4561768c46734083959b22aa2 /src/daemon/https/tls/auth_cert.c
parent2d2199d702a434a3e58d672ad213586b5a856e7a (diff)
downloadlibmicrohttpd-570589f3f14045a51dd3e30a6f140bd45a4d0e1d.tar.gz
libmicrohttpd-570589f3f14045a51dd3e30a6f140bd45a4d0e1d.zip
more DCE
Diffstat (limited to 'src/daemon/https/tls/auth_cert.c')
-rw-r--r--src/daemon/https/tls/auth_cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/auth_cert.c b/src/daemon/https/tls/auth_cert.c
index d0191f24..7b04e9d4 100644
--- a/src/daemon/https/tls/auth_cert.c
+++ b/src/daemon/https/tls/auth_cert.c
@@ -639,7 +639,7 @@ MHD_gtls_gen_cert_server_certificate (MHD_gtls_session_t session,
639 */ 639 */
640 640
641#define CLEAR_CERTS for(x=0;x<peer_certificate_list_size;x++) MHD_gtls_gcert_deinit(&peer_certificate_list[x]) 641#define CLEAR_CERTS for(x=0;x<peer_certificate_list_size;x++) MHD_gtls_gcert_deinit(&peer_certificate_list[x])
642int 642static int
643MHD_gtls_proc_x509_server_certificate (MHD_gtls_session_t session, 643MHD_gtls_proc_x509_server_certificate (MHD_gtls_session_t session,
644 opaque * data, size_t data_size) 644 opaque * data, size_t data_size)
645{ 645{