[CRYPTO] cipher: Added block ciphers for CBC/ECB
[linux-2.6-block.git] / include / crypto / algapi.h
index f3946baf0c0788b9ff86f8ba7ca951e968b737b3..444f602724db58cd43bb5e9c116dfa5755a2f50c 100644 (file)
@@ -83,6 +83,8 @@ struct blkcipher_walk {
 
 extern const struct crypto_type crypto_blkcipher_type;
 
+void crypto_mod_put(struct crypto_alg *alg);
+
 int crypto_register_template(struct crypto_template *tmpl);
 void crypto_unregister_template(struct crypto_template *tmpl);
 struct crypto_template *crypto_lookup_template(const char *name);