OS/2 bustage - PR_CALLBACK

git-svn-id: svn://10.0.0.236/trunk@138039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2003-02-20 19:09:43 +00:00
parent e4ed87c31b
commit 53a1ebe92b

View File

@@ -1310,14 +1310,14 @@ nsSetProofOfPossession(CRMFCertReqMsg *certReqMsg,
}
static void
static void PR_CALLBACK
nsCRMFEncoderItemCount(void *arg, const char *buf, unsigned long len)
{
unsigned long *count = (unsigned long *)arg;
*count += len;
}
static void
static void PR_CALLBACK
nsCRMFEncoderItemStore(void *arg, const char *buf, unsigned long len)
{
SECItem *dest = (SECItem *)arg;