Re: how to get CMS contents

2009-07-08 Thread Dr. Stephen Henson
On Wed, Jul 08, 2009, Chris Bare wrote: > What is the proper way to access this data: > > data = cms->d.signedData->encapContentInfo->eContent->data; > length = cms->d.signedData->encapContentInfo->eContent->length; > > The above only works if I include a private head

how to get CMS contents

2009-07-08 Thread Chris Bare
What is the proper way to access this data: data = cms->d.signedData->encapContentInfo->eContent->data; length = cms->d.signedData->encapContentInfo->eContent->length; The above only works if I include a private header: crypto/cms/cms_lcl.h -- Chris Bare ch...@bar