| Index: nss/lib/libpkix/include/pkix_certstore.h
|
| diff --git a/nss/lib/libpkix/include/pkix_certstore.h b/nss/lib/libpkix/include/pkix_certstore.h
|
| index 2feb3334d93737eb92239c17aa8a18cbfadadeed..fb705644ebc5510c29954b8cdbda8f04a9005f35 100755
|
| --- a/nss/lib/libpkix/include/pkix_certstore.h
|
| +++ b/nss/lib/libpkix/include/pkix_certstore.h
|
| @@ -10,6 +10,7 @@
|
| #define _PKIX_CERTSTORE_H
|
|
|
| #include "pkixt.h"
|
| +#include "certt.h"
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
| @@ -327,7 +328,7 @@ typedef PKIX_Error *
|
| PKIX_PL_Cert *issuer,
|
| PKIX_PL_Date *date,
|
| PKIX_Boolean crlDownloadDone,
|
| - PKIX_UInt32 *reasonCode,
|
| + CERTCRLEntryReasonCode *reasonCode,
|
| PKIX_RevocationStatus *revStatus,
|
| void *plContext);
|
|
|
|
|