aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_cert.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-23 09:19:02 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-23 09:19:02 +0000
commit970f5cb53dee96d60b55312d5cba4bda37afea7f (patch)
treebaea55f0dfe9c45c91409c4c1d1be3da33c5eb90 /src/daemon/https/tls/auth_cert.c
parentb2e46ef8e2c4bc1e15d5da4a074f26195df527ee (diff)
downloadlibmicrohttpd-970f5cb53dee96d60b55312d5cba4bda37afea7f.tar.gz
libmicrohttpd-970f5cb53dee96d60b55312d5cba4bda37afea7f.zip
dce
Diffstat (limited to 'src/daemon/https/tls/auth_cert.c')
-rw-r--r--src/daemon/https/tls/auth_cert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/https/tls/auth_cert.c b/src/daemon/https/tls/auth_cert.c
index e155496e..f4a784b5 100644
--- a/src/daemon/https/tls/auth_cert.c
+++ b/src/daemon/https/tls/auth_cert.c
@@ -199,7 +199,8 @@ _find_x509_cert (const MHD_gtls_cert_credentials_t cred,
199 int result, cert_pk; 199 int result, cert_pk;
200 200
201 *indx = -1; 201 *indx = -1;
202 202 odn.size = 0;
203 odn.data = NULL;
203 do 204 do
204 { 205 {
205 206