mm, treewide: rename kzfree() to kfree_sensitive()
[linux-2.6-microblaze.git] / include / crypto / kpp.h
index cd9a9b5..88b5912 100644 (file)
@@ -187,7 +187,7 @@ static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm,
  */
 static inline void kpp_request_free(struct kpp_request *req)
 {
-       kzfree(req);
+       kfree_sensitive(req);
 }
 
 /**