summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/archive_hash.h')
-rw-r--r--lib/libarchive/archive_hash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarchive/archive_hash.h b/lib/libarchive/archive_hash.h
index 9dc4d5e..3e10e8d 100644
--- a/lib/libarchive/archive_hash.h
+++ b/lib/libarchive/archive_hash.h
@@ -41,11 +41,11 @@
* - OpenBSD 4.4 and earlier have SHA2 in libc with _ after algorithm name
*
* DragonFly and FreeBSD (XXX not used yet):
- * - MD5 and SHA1 in libmd: without _ after algorithm name
- * - SHA256: with _ after algorithm name
+ * - MD5 in libmd: without _ after algorithm name
+ * - SHA{1,256,512} in libmd: with _ after algorithm name (conflicts w/OpenSSL!)
*
* OpenSSL:
- * - MD5, SHA1 and SHA2 in libcrypto: with _ after algorithm name
+ * - MD5, SHA1, SHA2, SHA{256,384,512} in libcrypto: with _ after algorithm name
*/
#if defined(HAVE_MD5_H) && defined(HAVE_MD5INIT)
OpenPOWER on IntegriCloud