summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2014-10-10 18:56:55 +0200
committerKai Engert <kaie@kuix.de>2014-10-10 18:56:55 +0200
commitf701449fd2cee5a3d7b8f12926632c10cf7c2177 (patch)
tree3aec9aaebde8966726e10a95db72ee4b66f9c2ec
parent25d947238f24e00c51a341ab30db9893e1937c87 (diff)
downloadnss-hg-f701449fd2cee5a3d7b8f12926632c10cf7c2177.tar.gz
Bug 1057161, follow up commit, to change the comment to C style, suggested by Wan-Teh Chang, r=kaieNSS_3_17_2_RTM
-rw-r--r--lib/softoken/pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/softoken/pkcs11.c b/lib/softoken/pkcs11.c
index f25ca502f..bd7c4bd5f 100644
--- a/lib/softoken/pkcs11.c
+++ b/lib/softoken/pkcs11.c
@@ -969,7 +969,7 @@ sftk_handlePublicKeyObject(SFTKSession *session, SFTKObject *object,
}
object->infoFree = (SFTKFree) nsslowkey_DestroyPublicKey;
- // Check that an imported EC key is valid
+ /* Check that an imported EC key is valid */
if (key_type == CKK_EC) {
NSSLOWKEYPublicKey *pubKey = (NSSLOWKEYPublicKey*) object->objectInfo;
SECStatus rv = EC_ValidatePublicKey(&pubKey->u.ec.ecParams,