< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Error compiling DtlsTransport.cxx


On 06/12/13 15:00, Dario Bozzali wrote:

Hi all,

I updated my repository to head revision and I discovered an issue while compiling DtlsTransport.cxx.

With recent changes Security::createDomainCtx() method takes 4 arguments (instead of 2 as before), but it has been changed only class TlsBaseTransport.

I think that it is necessary to add 2 parameters to DtlsTransport constructor (certificateFilename and privateKeyFilename) like it was done for TlsBaseTransport.

Attached to this mail you can find my proposed patch file.



Hi Dario,

Thanks for this feedback

My own build and the travis-ci build had DTLS disabled so I missed this problem.  I've just enabled DTLS in travis CI and committed the fix (with some slight changes)

Regards,

Daniel