Index: nss/lib/libpkix/pkix/checker/pkix_ocspchecker.h |
diff --git a/nss/lib/libpkix/pkix/checker/pkix_ocspchecker.h b/nss/lib/libpkix/pkix/checker/pkix_ocspchecker.h |
index 547b403b424ff039e6f3668156287f91e85010c1..fbec315f963b4fdf55a2471f614d1d226af9810f 100644 |
--- a/nss/lib/libpkix/pkix/checker/pkix_ocspchecker.h |
+++ b/nss/lib/libpkix/pkix/checker/pkix_ocspchecker.h |
@@ -30,7 +30,7 @@ pkix_OcspChecker_CheckLocal( |
PKIX_UInt32 methodFlags, |
PKIX_Boolean chainVerificationState, |
PKIX_RevocationStatus *pRevStatus, |
- PKIX_UInt32 *reasonCode, |
+ CERTCRLEntryReasonCode *reasonCode, |
void *plContext); |
PKIX_Error * |
@@ -42,7 +42,7 @@ pkix_OcspChecker_CheckExternal( |
PKIX_ProcessingParams *procParams, |
PKIX_UInt32 methodFlags, |
PKIX_RevocationStatus *pRevStatus, |
- PKIX_UInt32 *reasonCode, |
+ CERTCRLEntryReasonCode *reasonCode, |
void **pNBIOContext, |
void *plContext); |