. "${GRIMOIRE}/FUNCTIONS" &&
list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
  stable \
  devel \
  4.2 \
  4.1 \
  4.0 \
  3.9 \
  3.8 \
  3.7 \
  3.6 \
  3.5 \
  3.4 \
  3.3 \
  3.2 \
  3.1 \
  2.9 \
  2.8 \
  &&
if spell_ok openssl; then
  # should be replaced with something less hacky
  export WGET_RECAST_REQUIRED="y"
fi
