summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-03-07 16:20:37 +0000
committerGravatar m0gg2006-03-07 16:20:37 +0000
commit0f477f227836a1a79597f4a64c50030f742785db (patch)
tree17e2506c2ca85944584e5e14776798211b98fda2 /nanohttp/nanohttp-ssl.c
parent792fde0d169230910f1f62cb25071aee1d1b4342 (diff)
downloadcsoap-0f477f227836a1a79597f4a64c50030f742785db.tar.gz
csoap-0f477f227836a1a79597f4a64c50030f742785db.tar.bz2
Removed C++ style comments
Diffstat (limited to 'nanohttp/nanohttp-ssl.c')
-rw-r--r--nanohttp/nanohttp-ssl.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c
index 1c0fe0e..74d289d 100644
--- a/nanohttp/nanohttp-ssl.c
+++ b/nanohttp/nanohttp-ssl.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-ssl.c,v 1.19 2006/03/07 11:32:42 m0gg Exp $
+* $Id: nanohttp-ssl.c,v 1.20 2006/03/07 16:20:37 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2001-2005 Rochester Institute of Technology
@@ -177,9 +177,11 @@ verify_sn (X509 * cert, int who, int nid, char *str)
static int
user_verify (X509 * cert)
{
- // TODO: Make sure that the client is providing a client cert,
- // or that the Module is providing the Module cert
+ /* TODO: Make sure that the client is providing a client cert,
+ or that the Module is providing the Module cert */
+
/* connect to anyone */
+
log_verbose1 ("Validating certificate.");
return 1;
}