From: Andres Mejia Date: Sun, 3 Feb 2013 22:40:00 +0000 (-0500) Subject: Update the ordering of preferred libraries that provide crypto functions. X-Git-Tag: v3.1.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57368cc3d3938596b80d7991a876df0fb9221fc;p=thirdparty%2Flibarchive.git Update the ordering of preferred libraries that provide crypto functions. --- diff --git a/libarchive/archive_crypto.c b/libarchive/archive_crypto.c index af9936d75..85aba3ae2 100644 --- a/libarchive/archive_crypto.c +++ b/libarchive/archive_crypto.c @@ -1222,8 +1222,10 @@ __archive_stub_sha512final(archive_sha512_ctx *ctx, void *md) * 2. libc2 * 3. libc3 * 4. libSystem - * 5. OpenSSL - * 6. Windows API + * 5. Nettle + * 6. OpenSSL + * 7. libmd + * 8. Windows API */ const struct archive_crypto __archive_crypto = {