| Index: nss/lib/freebl/blapi.h
|
| diff --git a/nss/lib/freebl/blapi.h b/nss/lib/freebl/blapi.h
|
| index 97fa28b1ba097775e3305d87cc64b916dd1bd7c2..682be76d4a52c6b71d8bc6b3b8df3501121cb36b 100644
|
| --- a/nss/lib/freebl/blapi.h
|
| +++ b/nss/lib/freebl/blapi.h
|
| @@ -62,7 +62,7 @@ extern SECStatus RSA_PrivateKeyOpDoubleChecked(RSAPrivateKey * key,
|
| /*
|
| ** Perform a check of private key parameters for consistency.
|
| */
|
| -extern SECStatus RSA_PrivateKeyCheck(RSAPrivateKey *key);
|
| +extern SECStatus RSA_PrivateKeyCheck(const RSAPrivateKey *key);
|
|
|
| /*
|
| ** Given only minimal private key parameters, fill in the rest of the
|
|
|