summaryrefslogtreecommitdiff
path: root/cmd/derdump
diff options
context:
space:
mode:
authorBrian Smith <bsmith@mozilla.com>2013-05-02 19:32:59 -0700
committerBrian Smith <bsmith@mozilla.com>2013-05-02 19:32:59 -0700
commit359b2406b30bf028934a8cbdd30bb0588cf2ad6c (patch)
treef705e1e5ec0cb241973ddc42db9950e143fd416a /cmd/derdump
parenta8f69677908f03825d56c4fbc8bc819a51243a05 (diff)
downloadnss-hg-359b2406b30bf028934a8cbdd30bb0588cf2ad6c.tar.gz
Bug 802430: Allow NSS to be built with NO_NSPR_10_SUPPORT, r=wtc
Diffstat (limited to 'cmd/derdump')
-rw-r--r--cmd/derdump/derdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/derdump/derdump.c b/cmd/derdump/derdump.c
index 93e02a4a1..49d415c1c 100644
--- a/cmd/derdump/derdump.c
+++ b/cmd/derdump/derdump.c
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
PRFileDesc *inFile;
SECItem der;
SECStatus rv;
- int16 xp_error;
+ PRInt16 xp_error;
PRBool raw = PR_FALSE;
PLOptState *optstate;
PLOptStatus status;