ioq3quest/code/autoupdater
Ryan C. Gordon f518f75149 Don't link directly to libcurl.
Lots of Linux distros have different names (libcurl-gnutls.so vs etc), and
version the symbols (curl_global_init@@CURL_LIBSSL_3), so it's more compatible
to just dlsym the basic entry points we need and just demand that libcurl is
installed at all.

Alternately: we'll use our own libcurl build, but we'll probably have to dump
SSL support to make this sane to do.
2017-05-30 20:15:59 -04:00
..
autoupdater.c Don't link directly to libcurl. 2017-05-30 20:15:59 -04:00
sha256.c Initial shot at writing an ioquake3 autoupdater. 2017-05-25 14:13:18 -04:00
sha256.h Initial shot at writing an ioquake3 autoupdater. 2017-05-25 14:13:18 -04:00