From 0f477f227836a1a79597f4a64c50030f742785db Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 7 Mar 2006 16:20:37 +0000 Subject: Removed C++ style comments --- nanohttp/nanohttp-ssl.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nanohttp/nanohttp-ssl.c') 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; } -- cgit v1.1-32-gdbae