summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,