]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix X509_ALGOR_get0() use with LibreSSL
authorJouni Malinen <j@w1.fi>
Sat, 14 Apr 2018 20:53:35 +0000 (23:53 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 14 Apr 2018 21:01:35 +0000 (00:01 +0300)
commit4b603f01dec28d9ae022effb060a15e5a84b1f0c
tree14acecb4b58311543195168c47380861da4ff19f
parentdee566d98e85e00b917d3eff42cd7e969de089cc
DPP: Fix X509_ALGOR_get0() use with LibreSSL

At least LibreSSL v2.7.2 indicates support for OpenSSL API 1.1.0, but it
does not apparently use const ASN1_OBJECT * with X509_ALGOR_get0(). Use
the older non-const version here with LibreSSL to fix compilation.

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