]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/api.c
allow LEGACY_PTYS to be set to 0
[linux-2.6-omap-h63xx.git] / crypto / api.c
index 33734fd9198f09f829da60fe14d6b06dd8e40515..1f5c724773568acf31f7dde568972f4925f39407 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (c) 2005 Herbert Xu <herbert@gondor.apana.org.au>
  *
  * Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@fast.no>
- * 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);
 }