diff --git a/[refs] b/[refs] index 150ae285127e..9829a4a0b262 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3631c650c495d61b1dabf32eb26b46873636e918 +refs/heads/master: ce5bd4aca3c467936370846119b7f3daf9ccea78 diff --git a/trunk/crypto/crypto_null.c b/trunk/crypto/crypto_null.c index fc2d2a4d7789..ff7b3de1bcfd 100644 --- a/trunk/crypto/crypto_null.c +++ b/trunk/crypto/crypto_null.c @@ -98,6 +98,7 @@ static struct crypto_alg digest_null = { .cra_list = LIST_HEAD_INIT(digest_null.cra_list), .cra_u = { .digest = { .dia_digestsize = NULL_DIGEST_SIZE, + .dia_setkey = null_setkey, .dia_init = null_init, .dia_update = null_update, .dia_final = null_final } }