summaryrefslogtreecommitdiff
path: root/cmd/crmftest
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/crmftest
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/crmftest')
-rw-r--r--cmd/crmftest/testcrmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/crmftest/testcrmf.c b/cmd/crmftest/testcrmf.c
index 47b2e4c1b..ce3d7cfb9 100644
--- a/cmd/crmftest/testcrmf.c
+++ b/cmd/crmftest/testcrmf.c
@@ -1194,7 +1194,7 @@ DoChallengeResponse(SECKEYPrivateKey *privKey,
CMMFPOPODecKeyRespContent *respContent = NULL;
CERTCertificate *myCert = NULL;
CERTGeneralName *myGenName = NULL;
- PRArenaPool *poolp = NULL;
+ PLArenaPool *poolp = NULL;
PRFileDesc *fileDesc;
SECItem *publicValue;
SECItem *keyID;