X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fapi.c;h=1f5c724773568acf31f7dde568972f4925f39407;hb=7607341a265a56cdf8b4bf10d355098e80ea481b;hp=33734fd9198f09f829da60fe14d6b06dd8e40515;hpb=7dfb1716d717e41c07410bab52760d865caee12b;p=linux-2.6 diff --git a/crypto/api.c b/crypto/api.c index 33734fd919..1f5c724773 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); }