snimmagadda / pop3d

POP3 Daemon with POP3S, STARTTLS extensions.
6 stars 4 forks source link

Use accessors instead of reaching inside SSL_CTX #12

Open botovq opened 3 years ago

botovq commented 3 years ago

The SSL_CTX struct will soon be made opaque in LibreSSL. This patch replaces direct access to the struct members with accessors to fix the build.