Index: nss/lib/cryptohi/cryptohi.h |
diff --git a/nss/lib/cryptohi/cryptohi.h b/nss/lib/cryptohi/cryptohi.h |
index 09297ea6a276a12dd546556d1e9b6507e89b6983..6661b664426767aaa4b71285f9d42352de9ed438 100644 |
--- a/nss/lib/cryptohi/cryptohi.h |
+++ b/nss/lib/cryptohi/cryptohi.h |
@@ -1,5 +1,5 @@ |
/* |
- * crypto.h - public data structures and prototypes for the crypto library |
+ * cryptohi.h - public prototypes for the crypto library |
* |
* This Source Code Form is subject to the terms of the Mozilla Public |
* License, v. 2.0. If a copy of the MPL was not distributed with this |
@@ -56,7 +56,7 @@ extern SECItem *DSAU_DecodeDerSigToLen(const SECItem *item, unsigned int len); |
/* |
** Create a new signature context used for signing a data stream. |
-** "alg" the signature algorithm to use (e.g. SEC_OID_RSA_WITH_MD5) |
+** "alg" the signature algorithm to use (e.g. SEC_OID_PKCS1_MD5_WITH_RSA_ENCRYPTION) |
** "privKey" the private key to use |
*/ |
extern SGNContext *SGN_NewContext(SECOidTag alg, SECKEYPrivateKey *privKey); |