| Index: nss/lib/util/secoid.h
|
| ===================================================================
|
| --- nss/lib/util/secoid.h (revision 233722)
|
| +++ nss/lib/util/secoid.h (working copy)
|
| @@ -54,12 +54,12 @@
|
| ** to do that).
|
| */
|
| extern SECStatus SECOID_CopyAlgorithmID(PLArenaPool *arena, SECAlgorithmID *dest,
|
| - SECAlgorithmID *src);
|
| + const SECAlgorithmID *src);
|
|
|
| /*
|
| ** Get the tag number for the given algorithm-id object.
|
| */
|
| -extern SECOidTag SECOID_GetAlgorithmTag(SECAlgorithmID *aid);
|
| +extern SECOidTag SECOID_GetAlgorithmTag(const SECAlgorithmID *aid);
|
|
|
| /*
|
| ** Destroy an algorithm-id object.
|
|
|