Skip to content

Commit fe4d3ff

Browse files
committed
tests/NIT/nit.sh: generatecfg_nutauth(): only handle case WITH_SSL_CLIENT_CERTIDENT ... if WITH_SSL_CLIENT != none [#1711]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 81830b1 commit fe4d3ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/NIT/nit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,6 +2493,7 @@ EOF
24932493
esac
24942494

24952495
# Shared features for both SSL backends:
2496+
[ x"${WITH_SSL_CLIENT}" = xnone ] || \
24962497
case x"${WITH_SSL_CLIENT_CERTIDENT}" in
24972498
x"name+pass")
24982499
cat << EOF

0 commit comments

Comments
 (0)