diff options
Diffstat (limited to 'security/integrity/ima/ima.h')
-rw-r--r-- | security/integrity/ima/ima.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h index 52393edfbfd9..e0e1cde6e674 100644 --- a/security/integrity/ima/ima.h +++ b/security/integrity/ima/ima.h | |||
@@ -73,7 +73,7 @@ int ima_add_template_entry(struct ima_template_entry *entry, int violation, | |||
73 | int ima_calc_file_hash(struct file *file, struct ima_digest_data *hash); | 73 | int ima_calc_file_hash(struct file *file, struct ima_digest_data *hash); |
74 | int ima_calc_buffer_hash(const void *data, int len, | 74 | int ima_calc_buffer_hash(const void *data, int len, |
75 | struct ima_digest_data *hash); | 75 | struct ima_digest_data *hash); |
76 | int ima_calc_boot_aggregate(char *digest); | 76 | int __init ima_calc_boot_aggregate(struct ima_digest_data *hash); |
77 | void ima_add_violation(struct inode *inode, const unsigned char *filename, | 77 | void ima_add_violation(struct inode *inode, const unsigned char *filename, |
78 | const char *op, const char *cause); | 78 | const char *op, const char *cause); |
79 | int ima_init_crypto(void); | 79 | int ima_init_crypto(void); |