diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-11-03 18:04:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:43 +0200 |
commit | 2bbe76d8b3e9657b78bb43f11b2764a400b8a698 (patch) | |
tree | 2199d126c4bdd808271ba5d3205ed94cd566565e /include | |
parent | 763b3bbc20442aaedc3fdf03ecabb5a5281e0669 (diff) |
Remove the unused 'keyFile' resource.
It is not used anymore in xenodm (was used to specify the secret keys
for the XDM-AUTHORIZATION-1 authentication protocol in xdm with
xdmcp).
ok kn@
Diffstat (limited to 'include')
-rw-r--r-- | include/dm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dm.h b/include/dm.h index 45c6aa2..76de42e 100644 --- a/include/dm.h +++ b/include/dm.h @@ -182,7 +182,6 @@ extern int daemonMode; extern char *authDir; extern int autoRescan; extern int removeDomainname; -extern char *keyFile; extern char **exportList; extern struct display *FindDisplayByName (char *name), |