if [[ "$WGET_SSL" == "openssl" ]]; then
  WGET_SSL="SSL" &&
  persistent_add WGET_SSL
fi &&

config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" none gnutls SSL &&

config_query_option WGET_OPTS "Enable IPv6 support?" y \
                    "--enable-ipv6" "--disable-ipv6"
