diff options
Diffstat (limited to 'security/keys/compat.c')
-rw-r--r-- | security/keys/compat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/keys/compat.c b/security/keys/compat.c index 25430a3aa7f7..c8783b3b628c 100644 --- a/security/keys/compat.c +++ b/security/keys/compat.c | |||
@@ -132,6 +132,10 @@ COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, | |||
132 | case KEYCTL_GET_PERSISTENT: | 132 | case KEYCTL_GET_PERSISTENT: |
133 | return keyctl_get_persistent(arg2, arg3); | 133 | return keyctl_get_persistent(arg2, arg3); |
134 | 134 | ||
135 | case KEYCTL_DH_COMPUTE: | ||
136 | return keyctl_dh_compute(compat_ptr(arg2), compat_ptr(arg3), | ||
137 | arg4); | ||
138 | |||
135 | default: | 139 | default: |
136 | return -EOPNOTSUPP; | 140 | return -EOPNOTSUPP; |
137 | } | 141 | } |