]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix building nt_password_hash with gnutls
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 14 Apr 2018 23:34:35 +0000 (00:34 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 15 Apr 2018 18:55:06 +0000 (21:55 +0300)
commit4449efeb1d9dc06ff242ecd84541ea38b9dc2198
tree89cea990b14e511a2ba8219ad2f16e4860125e6d
parent5ecdf06c8ceff8a817291b1f1ea5b681ca119f4d
Fix building nt_password_hash with gnutls

Even with

    CONFIG_TLS=gnutls
    CONFIG_CRYPTO=gnutls

in .config, nt_password_hash was linked with libcrypto instead of
libgcrypt, which caused linkage failure.

Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
hostapd/Makefile