diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dm.h | 6 | ||||
-rw-r--r-- | include/dm_auth.h | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/include/dm.h b/include/dm.h index 82bed60..17042e6 100644 --- a/include/dm.h +++ b/include/dm.h @@ -248,12 +248,6 @@ extern int autoRescan; extern int removeDomainname; extern char *keyFile; extern char **exportList; -# if !defined(HAVE_ARC4RANDOM) -extern char *randomFile; -extern char *prngdSocket; -extern int prngdPort; -# endif - extern char *greeterLib; extern char *willing; extern int choiceTimeout; /* chooser choice timeout */ diff --git a/include/dm_auth.h b/include/dm_auth.h index dc3ff6d..533f67d 100644 --- a/include/dm_auth.h +++ b/include/dm_auth.h @@ -51,13 +51,5 @@ extern void SetUserAuthorization (struct display *d, struct verify_info *verify) /* genauth.c */ extern int GenerateAuthData (char *auth, int len); -# if !defined(HAVE_ARC4RANDOM) -extern void AddPreGetEntropy (void); -extern void AddOtherEntropy (void); -extern void AddTimerEntropy (void); -# endif - -/* prngc.c */ -extern int get_prngd_bytes(char *, int, unsigned short, char *); #endif /* _DM_AUTH_H_ */ |