| Index: nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h
|
| diff --git a/nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h b/nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h
|
| index 32e452556f8387b49e2fa370117d64de61419335..193223731ba98c3c05ef0a24cb60a86a7ce0416d 100644
|
| --- a/nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h
|
| +++ b/nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h
|
| @@ -48,8 +48,9 @@ pkix_ExternalRevocationCheckFn(PKIX_PL_Cert *cert, PKIX_PL_Cert *issuer,
|
| void **pNBIOContext, void *plContext);
|
|
|
| /* Revocation method structure assosiates revocation types with
|
| - * a set of flags on the method, a priority of the method, and
|
| - * method local/external checker functions. */
|
| + * a set of flags on the method, a priority of the method (0
|
| + * corresponds to the highest priority), and method local/external
|
| + * checker functions. */
|
| struct pkix_RevocationMethodStruct {
|
| PKIX_RevocationMethodType methodType;
|
| PKIX_UInt32 flags;
|
|
|