diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-07-15 14:33:49 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-07-15 14:33:49 +0000 |
commit | 2d860ef52b9fcc9fed9d3de88a6c25822618ba94 (patch) | |
tree | 20d8f80f043beaa4d21e37bf92883cdf659dcceb /lib/libskey | |
parent | 08e6e0c65201e3dd0aca14becdf7d0a788b22a4a (diff) |
change /etc/host.random to /var/db/host.random
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/skey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skey.h b/lib/libskey/skey.h index ae0c0fce0f2..bb023c8af8c 100644 --- a/lib/libskey/skey.h +++ b/lib/libskey/skey.h @@ -12,7 +12,7 @@ * * Main client header * - * $OpenBSD: skey.h,v 1.12 1998/07/03 02:06:21 angelos Exp $ + * $OpenBSD: skey.h,v 1.13 1999/07/15 14:33:48 provos Exp $ */ /* Server-side data structure for reading keys file during login */ @@ -65,7 +65,7 @@ struct mc { #define SKEY_BINKEY_SIZE 8 /* Location of random file for bogus challenges */ -#define _SKEY_RAND_FILE_PATH_ "/etc/host.random" +#define _SKEY_RAND_FILE_PATH_ "/var/db/host.random" /* Prototypes */ void f __P((char *x)); |