diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-11-03 18:04:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-11-03 18:04:46 +0000 |
commit | 3b1b321f1434d697284e77d8dc20654574682784 (patch) | |
tree | aedc011fe9d5e43beecc0ff3627f0da082b7be75 /app/xenodm/include | |
parent | 106b4fd7ba8716bd3c68ea08c33c2e295649a549 (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 'app/xenodm/include')
-rw-r--r-- | app/xenodm/include/dm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/xenodm/include/dm.h b/app/xenodm/include/dm.h index 45c6aa242..76de42e1d 100644 --- a/app/xenodm/include/dm.h +++ b/app/xenodm/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), |