diff options
| -rw-r--r-- | include/uapi/linux/keyctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/keyctl.h b/include/uapi/linux/keyctl.h index 201c6644b237..ef16df06642a 100644 --- a/include/uapi/linux/keyctl.h +++ b/include/uapi/linux/keyctl.h | |||
| @@ -70,8 +70,8 @@ struct keyctl_dh_params { | |||
| 70 | }; | 70 | }; |
| 71 | 71 | ||
| 72 | struct keyctl_kdf_params { | 72 | struct keyctl_kdf_params { |
| 73 | char *hashname; | 73 | char __user *hashname; |
| 74 | char *otherinfo; | 74 | char __user *otherinfo; |
| 75 | __u32 otherinfolen; | 75 | __u32 otherinfolen; |
| 76 | __u32 __spare[8]; | 76 | __u32 __spare[8]; |
| 77 | }; | 77 | }; |
