Index: nss/lib/libpkix/pkix/checker/pkix_crlchecker.h |
diff --git a/nss/lib/libpkix/pkix/checker/pkix_crlchecker.h b/nss/lib/libpkix/pkix/checker/pkix_crlchecker.h |
index d7213aadbdc56113cf965f8d609abfe9ff7f54ff..35f1a4745568d3322ea877f59b71e8c7d030cd54 100644 |
--- a/nss/lib/libpkix/pkix/checker/pkix_crlchecker.h |
+++ b/nss/lib/libpkix/pkix/checker/pkix_crlchecker.h |
@@ -31,7 +31,7 @@ pkix_CrlChecker_CheckLocal( |
PKIX_UInt32 methodFlags, |
PKIX_Boolean chainVerificationState, |
PKIX_RevocationStatus *pRevStatus, |
- PKIX_UInt32 *reasonCode, |
+ CERTCRLEntryReasonCode *reasonCode, |
void *plContext); |
PKIX_Error * |
@@ -43,7 +43,7 @@ pkix_CrlChecker_CheckExternal( |
PKIX_ProcessingParams *procParams, |
PKIX_UInt32 methodFlags, |
PKIX_RevocationStatus *pRevStatus, |
- PKIX_UInt32 *reasonCode, |
+ CERTCRLEntryReasonCode *reasonCode, |
void **pNBIOContext, |
void *plContext); |