[Debian-med-packaging] Bug#828308: gdcm: Re: missing include for 'X509_STORE_CTX cert_ctx'

Gert Wollny gw.fossdev at gmail.com
Tue Jun 28 18:04:29 UTC 2016


>The build log indicate a missing include header file:

Actually no. The openssl-1.1.0 header files no longer expose the full
structures but only a forward declaration and one needs to use
structure related functions to access its members. 

For example 

  "cert_ctx->cert_store" 

must be replaced by 

  SL_CTX_get_cert_store(cert_ctx)

Best, 
Gert 



More information about the Debian-med-packaging mailing list