| Index: nss/lib/cryptohi/cryptohi.h
|
| ===================================================================
|
| --- nss/lib/cryptohi/cryptohi.h (revision 233722)
|
| +++ nss/lib/cryptohi/cryptohi.h (working copy)
|
| @@ -63,7 +63,7 @@
|
|
|
| /*
|
| ** Destroy a signature-context object
|
| -** "key" the object
|
| +** "cx" the object
|
| ** "freeit" if PR_TRUE then free the object as well as its sub-objects
|
| */
|
| extern void SGN_DestroyContext(SGNContext *cx, PRBool freeit);
|
| @@ -112,7 +112,7 @@
|
| ** The given signature/hash algorithm.
|
| ** "result" the final signature data (memory is allocated)
|
| ** "digest" the digest to sign
|
| -** "pk" the private key to encrypt with
|
| +** "privKey" the private key to encrypt with
|
| ** "algtag" The algorithm tag to encode (need for RSA only)
|
| */
|
| extern SECStatus SGN_Digest(SECKEYPrivateKey *privKey,
|
|
|