summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h')
-rw-r--r--chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h b/chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h
index 09297ea6a27..6661b664426 100644
--- a/chromium/third_party/nss/nss/lib/cryptohi/cryptohi.h
+++ b/chromium/third_party/nss/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);