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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user