From 7eed0dc4bb3c6c1308d164da88aef0c7246b142d Mon Sep 17 00:00:00 2001 From: rcritten <> Date: Fri, 7 Apr 2006 20:17:12 +0000 Subject: 188300 Replace C++ style comments to make the Sun Forte compiler happy. --- nss_engine_kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss_engine_kernel.c') 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; -- cgit