diff options
Diffstat (limited to 'security/keys/internal.h')
-rw-r--r-- | security/keys/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/internal.h b/security/keys/internal.h index 91bc6214ae57..1c02c6547038 100644 --- a/security/keys/internal.h +++ b/security/keys/internal.h | |||
@@ -198,7 +198,7 @@ struct request_key_auth { | |||
198 | void *callout_info; | 198 | void *callout_info; |
199 | size_t callout_len; | 199 | size_t callout_len; |
200 | pid_t pid; | 200 | pid_t pid; |
201 | }; | 201 | } __randomize_layout; |
202 | 202 | ||
203 | extern struct key_type key_type_request_key_auth; | 203 | extern struct key_type key_type_request_key_auth; |
204 | extern struct key *request_key_auth_new(struct key *target, | 204 | extern struct key *request_key_auth_new(struct key *target, |