X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fapi.c;h=1f5c724773568acf31f7dde568972f4925f39407;hb=1a499150e4ec1299232e24389f648d059ce5617a;hp=33734fd9198f09f829da60fe14d6b06dd8e40515;hpb=8aee74c8ee875448cc6d1cf995c9469eb60ae515;p=linux-2.6-omap-h63xx.git diff --git a/crypto/api.c b/crypto/api.c index 33734fd9198..1f5c7247735 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -6,7 +6,7 @@ * Copyright (c) 2005 Herbert Xu * * Portions derived from Cryptoapi, by Alexander Kjeldaas - * and Nettle, by Niels Möller. + * and Nettle, by Niels Möller. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -144,7 +144,7 @@ static void crypto_larval_kill(struct crypto_alg *alg) down_write(&crypto_alg_sem); list_del(&alg->cra_list); up_write(&crypto_alg_sem); - complete(&larval->completion); + complete_all(&larval->completion); crypto_alg_put(alg); }