pki: use libtls for pki --est

This commit is contained in:
Andreas Steffen
2022-08-25 07:02:29 +02:00
parent c2dc5f69ca
commit 60a764bad9
5 changed files with 532 additions and 16 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_
tnc_tnccs=true;
fi
if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue -o x$tnc_tnccs = xtrue; then
if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue -o x$tnc_tnccs = xtrue -o x$pki = xtrue; then
tls=true;
fi