]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessarily shadowed local variable
authorJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 13:40:33 +0000 (16:40 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 13:40:33 +0000 (16:40 +0300)
commit6a6566c7af2d9aa5730b49f6e2b80783c4442274
treecc0b4dc195916a7dc8dd768f7ccc64d0f2b95f96
parenteb2223e0ec1783a61af649171d3d2fc93cc56b09
Remove unnecessarily shadowed local variable

The same local X509 *cert variable can be used for both the X509_dup()
calls.

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