Skip to content

Commit 6984ee8

Browse files
committed
btrfs-progs: INSTALL: add minimal version of crypto libraries
Configure verifies the minimum version, make them explicit in the installation docs. Signed-off-by: David Sterba <dsterba@suse.com>
1 parent b79b330 commit 6984ee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Optionally, the checksums based on cryptographic hashes can be implemented by
1818
external libraries. Builtin implementations are provided in case the library
1919
dependencies are not desired.
2020

21-
- libgcrypt
22-
- libsodium
23-
- libkcapi
21+
- libgcrypt >= 1.8.0
22+
- libsodium >= 1.0.4
23+
- libkcapi >= 1.0.0
2424

2525
Optionally, multipath device detection requires libudev and running udev
2626
daemon, as it's the only source of the path information. Static build has a

0 commit comments

Comments
 (0)