]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Clean up one part from the BoringSSL patch
authorJouni Malinen <j@w1.fi>
Tue, 7 Oct 2014 08:44:56 +0000 (11:44 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Oct 2014 08:49:20 +0000 (11:49 +0300)
commit98a1571d8890a43c9b5fe1cf21f3a1a0e3d02656
tree3bb3f0ced4c9ce632e7c1a297f5f174e4a9d8c9c
parenta8572960a97f724f82e8564c6ff6901ccc3ef985
OpenSSL: Clean up one part from the BoringSSL patch

The (int) typecast I used with sk_GENERAL_NAME_num() to complete the
BoringSSL compilation was not really the cleanest way of doing this.
Update that to use stack_index_t variable to avoid this just like the
other sk_*_num() calls.

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