Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176493
b: refs/heads/master
c: 8b43aeb
h: refs/heads/master
i:
  176491: 3c9a409
v: v3
  • Loading branch information
Philipp Reisner authored and Jens Axboe committed Dec 9, 2009
1 parent 14af1c7 commit 5eabd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 573412b29586e58477adb70e022193a337763319
refs/heads/master: 8b43aebdaa4fa3348dafd6f2f5f526bd3e8b84ac
3 changes: 1 addition & 2 deletions trunk/drivers/block/drbd/drbd_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,7 @@ static int drbd_nl_net_conf(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp,
goto fail;
}

if (crypto_tfm_alg_type(crypto_hash_tfm(tfm))
!= CRYPTO_ALG_TYPE_HASH) {
if (crypto_tfm_alg_type(crypto_hash_tfm(tfm)) != CRYPTO_ALG_TYPE_SHASH) {
retcode = ERR_AUTH_ALG_ND;
goto fail;
}
Expand Down

0 comments on commit 5eabd7b

Please sign in to comment.