aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_cert.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-23 09:18:29 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-23 09:18:29 +0000
commitb2e46ef8e2c4bc1e15d5da4a074f26195df527ee (patch)
treefe1ebb7ebae0ccfc667de3fde59718eed396ca29 /src/daemon/https/tls/auth_cert.c
parentccf9226de0c1ba687cd07a6f96203893cd40b3a2 (diff)
downloadlibmicrohttpd-b2e46ef8e2c4bc1e15d5da4a074f26195df527ee.tar.gz
libmicrohttpd-b2e46ef8e2c4bc1e15d5da4a074f26195df527ee.zip
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 3631e291..e155496e 100644
--- a/src/daemon/https/tls/auth_cert.c
+++ b/src/daemon/https/tls/auth_cert.c
@@ -214,7 +214,7 @@ _find_x509_cert (const MHD_gtls_cert_credentials_t cred,
214 { 214 {
215 if ((result = 215 if ((result =
216 MHD__gnutls_cert_get_issuer_dn (&cred->cert_list[i][j], 216 MHD__gnutls_cert_get_issuer_dn (&cred->cert_list[i][j],
217 &odn)) < 0) 217 &odn)) != 0)
218 { 218 {
219 MHD_gnutls_assert (); 219 MHD_gnutls_assert ();
220 return result; 220 return result;