ssl: Use accessors rather than direct struct access
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 30 Nov 2016 15:34:59 +0000 (16:34 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 26 Oct 2018 15:52:24 +0000 (16:52 +0100)
commit46e1bf19570ddf7d9e76f5d718a7c922a6a2b9c6
treedd45a3cd23f61c17730b8bfe014c24f0b7ba09c7
parent4c789eb1af100900ac64adba561c13834d77bfd3
ssl: Use accessors rather than direct struct access

In OpenSSL 1.1.0, the struct fields are private so we can no longer
directly access them.

The accessors are not available in previous OpenSSL releases, so we need
to add compat helpers.

Gbp-Pq: Name ssl-Use-accessors-rather-than-direct-struct-access.patch
src/bio-gio.c
src/spice-channel.c