]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_openssl.c
OpenSSL: Use consistent SSL_get_app_data validation in tls_verify_cb
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 13 Apr 2011 23:50:52 +0000 (02:50 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 13 Apr 2011 23:50:52 +0000 (02:50 +0300)
commit0bdaa741cd252b34a51aa8780ff3f793c1cb35dd
tree93f0e908d7e6d2d5ba6407a634aafd899079654d
parent066608f3ff5f0042636b02737d15035129a65829
OpenSSL: Use consistent SSL_get_app_data validation in tls_verify_cb

The returned value cannot really be NULL, but better keep this
function consistent on whether the returned value is checked or not.
src/crypto/tls_openssl.c