if [ "$STRONGSWAN_IKEV2" = "n" ]; then
config_query STRONGSWAN_CURL 'Do you want to use curl for downloading of certificates?' y &&
config_query STRONGSWAN_LDAP 'Do you want to use openldap to fetch revocation lists?' y &&
config_query STRONGSWAN_OPSC 'Do you want to use opensc to enable the use of smartcards and USB tokens?' n
fi
