Re: [systemd-devel] [PATCH 2/3] Fix keysize handling in cryptsetup (bits vs. bytes)

2014-03-24 Thread Lennart Poettering
On Wed, 12.02.14 23:55, David Härdeman (da...@hardeman.nu) wrote: The command line key-size is in bits but the libcryptsetup API expects bytes. This doesn't apply anymore :-( Could you rebase please? --- src/cryptsetup/cryptsetup.c |8 ++-- 1 file changed, 6 insertions(+), 2

[systemd-devel] [PATCH 2/3] Fix keysize handling in cryptsetup (bits vs. bytes)

2014-02-12 Thread David Härdeman
The command line key-size is in bits but the libcryptsetup API expects bytes. --- src/cryptsetup/cryptsetup.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index f72cf9f..e7e8066 100644 ---