summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-02-03 06:37:13 +0000
committerwtc%google.com <devnull@localhost>2008-02-03 06:37:13 +0000
commit09050a08679934ff7c110ca782826213769d1c0a (patch)
treeabe54f9c19a24addb05708d1e6f4567975405cc4
parent4732b732beace74371dfd0bdf55887f8a6aa7b52 (diff)
downloadnss-hg-09050a08679934ff7c110ca782826213769d1c0a.tar.gz
Fix compilation errors. Previous change resulted in nested comments.
-rw-r--r--security/nss/lib/ssl/sslsnce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/ssl/sslsnce.c b/security/nss/lib/ssl/sslsnce.c
index 4e7227bdd..781cbd3af 100644
--- a/security/nss/lib/ssl/sslsnce.c
+++ b/security/nss/lib/ssl/sslsnce.c
@@ -68,8 +68,8 @@
* certCacheEntry certCacheData[numCertCacheEntries];
* SSLWrappedSymWrappingKey keyCacheData[kt_kea_size][SSL_NUM_WRAP_MECHS];
* uint8 keyNameSuffix[SESS_TICKET_KEY_VAR_NAME_LEN]
- * encKeyCacheEntry ticketEncKey; /* Wrapped in non-bypass mode */
- * encKeyCacheEntry ticketMacKey; /* Wrapped in non-bypass mode */
+ * encKeyCacheEntry ticketEncKey; // Wrapped in non-bypass mode
+ * encKeyCacheEntry ticketMacKey; // Wrapped in non-bypass mode
* PRBool ticketKeysValid;
* } cacheMemCacheData;
*/