config_query_list UACME_SSL "Which SSL library would you like to use?" \
                            openssl \
                            libressl \
                            gnutls \
                            mbedtls &&

if [[ $UACME_SSL != libressl ]]; then
  config_query_option UACME_OPTS "Enable ualpn?" y \
                                 "--with-ualpn" \
                                 "--without-ualpn"
fi
