summaryrefslogtreecommitdiffstats
path: root/nss_engine_kernel.c
diff options
context:
space:
mode:
authorrcritten <>2006-04-07 20:17:12 +0000
committerrcritten <>2006-04-07 20:17:12 +0000
commit7eed0dc4bb3c6c1308d164da88aef0c7246b142d (patch)
treeb302273684f7eb248d9dbd9d907bad6df392e606 /nss_engine_kernel.c
parent8ae95918a64277e24405e0ec57fc5d8595e86798 (diff)
188300
Replace C++ style comments to make the Sun Forte compiler happy.
Diffstat (limited to 'nss_engine_kernel.c')
-rw-r--r--nss_engine_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_engine_kernel.c b/nss_engine_kernel.c
index 84323c8..b8de991 100644
--- a/nss_engine_kernel.c
+++ b/nss_engine_kernel.c
@@ -435,7 +435,7 @@ int nss_hook_Access(request_rec *r)
return HTTP_FORBIDDEN;
}
- // The cert is ok, fall through to the check SSLRequires
+ /* The cert is ok, fall through to the check SSLRequires */
}
else {
int handshake_done = 0;