config_query_list OPENSSL_BRANCH "Which branch of OpenSSL do you want to build?" DEFAULT 0.9 1.0
if spell_ok libressl;then
  for each in $(show_up_depends libressl 1); do
    up_trigger $each cast_self
  done
fi
