]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update the ordering of preferred libraries that provide crypto functions.
authorAndres Mejia <amejia004@gmail.com>
Sun, 3 Feb 2013 22:40:00 +0000 (17:40 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sun, 3 Feb 2013 22:40:00 +0000 (17:40 -0500)
libarchive/archive_crypto.c

index af9936d7569c53fa2ce7c208c490b2a7dc5d54cb..85aba3ae27cd5225c0f9224ce7e040e34ae70879 100644 (file)
@@ -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 =
 {