]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix compiler warning for OpenSSL without HAVE_OCSP
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 20 Nov 2013 20:52:11 +0000 (22:52 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 20 Nov 2013 21:12:33 +0000 (23:12 +0200)
commit81cbc046fef875abfe8e1bdcd0860c3c9e093899
tree1ad61b2efef0f03efa3aafdbe0448a18fde95c05
parent68d628accd71b652ba504cc4166ae8c7d6b697a7
Fix compiler warning for OpenSSL without HAVE_OCSP

Commit 080585c01a1e0ffc42577dd10d475f3ab01d0280 added ssl_ctx outside
ifdef HAVE_OCSP block that was the only user for this.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/tls_openssl.c