diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-23 06:53:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-23 06:53:13 +0000 |
commit | 750d9a7574292e97f1554912f02eb28d3b23b062 (patch) | |
tree | c67cc8bcd889f29d25532b11690fe05b2021d405 /include/paths.h | |
parent | f219a62337bf5ea63dd17aef1db086f6ca4b4c5b (diff) |
_PATH_SKEYKEYS now lives in <paths.h>
Add skeygetnext() for iterating over the key file.
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 1dfbdc0704c..96c7462041f 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.7 1997/06/12 00:35:18 deraadt Exp $ */ +/* $OpenBSD: paths.h,v 1.8 1997/07/23 06:53:10 millert Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -62,6 +62,7 @@ #define _PATH_RSH "/usr/bin/rsh" #define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SHELLS "/etc/shells" +#define _PATH_SKEYKEYS "/etc/skeykeys" #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/bsd" #define _PATH_VI "/usr/bin/vi" |