-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Never mind, I found out what was going on. Turns out that when you
compile and install Alien Arena, it makes its own curl (version 7.20.1,
no SSL support) in /usr/local/bin. Since /usr/local/bin was before
/usr/bin in my $PATH, my system was running that curl and not the one
from Debian. So I just got rid of it and now I'm good.