commit | 4b6ad6d4579908ff82a47ad9ba067a504b1e0882 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Fri Apr 29 10:20:08 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:52:58 2012 +0100 |
tree | 0b4c89f9e4d67aa3b815d7dd01d72f3d951fca6f | |
parent | 5b614abe30645c3a528d54ff01da94fde0770c43 [diff] |
drbd: Remove obsolete drbd_crypto_is_hash() We allocate hash transformations with crypto_alloc_hash() which will only return hash algorithms. It is not necessary to reconfirm that we actually got a hash algorithm. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>