Index: nss/lib/cryptohi/secsign.c |
diff --git a/nss/lib/cryptohi/secsign.c b/nss/lib/cryptohi/secsign.c |
index b93ace4fac4a94c4b47885ca14c55a60aa66ec75..2ea337b38e4bb98f0c16f1a5474dc817199412e1 100644 |
--- a/nss/lib/cryptohi/secsign.c |
+++ b/nss/lib/cryptohi/secsign.c |
@@ -37,7 +37,7 @@ SGN_NewContext(SECOidTag alg, SECKEYPrivateKey *key) |
* PKCS #7 algTag if we were just going to change here you might |
* ask. Well the answer is for some cards we may have to do the |
* hashing on card. It may not support CKM_RSA_PKCS sign algorithm, |
- * it may just support CKM_RSA_PKCS_WITH_SHA1 and/or CKM_RSA_PKCS_WITH_MD5. |
+ * it may just support CKM_SHA1_RSA_PKCS and/or CKM_MD5_RSA_PKCS. |
*/ |
/* we have a private key, not a public key, so don't pass it in */ |
rv = sec_DecodeSigAlg(NULL, alg, NULL, &signalg, &hashalg); |