OpenSSL: Add wrapper struct for tls_init() result
authorJouni Malinen <j@w1.fi>
Sun, 23 Aug 2015 16:22:13 +0000 (19:22 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Aug 2015 23:29:25 +0000 (02:29 +0300)
commitbd9b8b2b68109d3142fcd8fff475634cef35092a
treebd3e2f39b2e0d35565f168f6e7d909c7a78f9b84
parent137b293963c2782e86154ad4c689a686ab0c13c3
OpenSSL: Add wrapper struct for tls_init() result

This new struct tls_data is needed to store per-tls_init() information
in the followup commits.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c