Commit 652bfcb7 authored by Yue Haibing's avatar Yue Haibing Committed by Jarkko Sakkinen
Browse files

KEYS: Remove unused declarations



These declarations are never implemented, remove it.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
parent baeb9a7d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -12,8 +12,4 @@

extern struct key_type key_type_dns_resolver;

extern int request_dns_resolver_key(const char *description,
				    const char *callout_info,
				    char **data);

#endif /* _KEYS_DNS_RESOLVER_TYPE_H */
+0 −3
Original line number Diff line number Diff line
@@ -436,9 +436,6 @@ extern key_ref_t keyring_search(key_ref_t keyring,
				const char *description,
				bool recurse);

extern int keyring_add_key(struct key *keyring,
			   struct key *key);

extern int keyring_restrict(key_ref_t keyring, const char *type,
			    const char *restriction);