summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.h
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.h
parent792fde0d169230910f1f62cb25071aee1d1b4342 (diff)
downloadcsoap-0f477f227836a1a79597f4a64c50030f742785db.tar.gz
csoap-0f477f227836a1a79597f4a64c50030f742785db.tar.bz2
Removed C++ style comments
Diffstat (limited to 'nanohttp/nanohttp-ssl.h')
-rw-r--r--nanohttp/nanohttp-ssl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h
index d2b1aaf..f27a441 100644
--- a/nanohttp/nanohttp-ssl.h
+++ b/nanohttp/nanohttp-ssl.h
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-ssl.h,v 1.11 2006/03/07 11:32:42 m0gg Exp $
+* $Id: nanohttp-ssl.h,v 1.12 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
@@ -59,7 +59,7 @@ void hssl_cleanup(hsocket_t *sock);
/*
* Callback for password checker
*/
-//static int pw_cb(char* buf, int num, int rwflag, void *userdata);
+/* static int pw_cb(char* buf, int num, int rwflag, void *userdata); */
/*
* Quick function for verifying a portion of the cert
@@ -74,7 +74,7 @@ int verify_sn(X509 * cert, int who, int nid, char *str);
* Called by framework for verify
*/
-//static int verify_cb(int prev_ok, X509_STORE_CTX* ctx);
+/* static int verify_cb(int prev_ok, X509_STORE_CTX* ctx); */
/*
* This function MUST be implemented by user client/server code somewhere