diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-11-30 20:31:50 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-11-30 20:31:50 +0000 |
commit | 2248ef8cd3acc2cae765062db59010ba7843f027 (patch) | |
tree | d6a46db90df748928eca86f31e9eda6dbfaa2b98 /sbin/photurisd/photuris.h | |
parent | 9053583f4f385c0429c7a0385e1b5867cc8387bd (diff) |
remove pipe based interface; only support PF_KEY; okay deraadt@
Diffstat (limited to 'sbin/photurisd/photuris.h')
-rw-r--r-- | sbin/photurisd/photuris.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/photurisd/photuris.h b/sbin/photurisd/photuris.h index 22b1aad4035..38bada09584 100644 --- a/sbin/photurisd/photuris.h +++ b/sbin/photurisd/photuris.h @@ -1,4 +1,4 @@ -/* $OpenBSD: photuris.h,v 1.3 2001/01/28 22:45:13 niklas Exp $ */ +/* $OpenBSD: photuris.h,v 1.4 2001/11/30 20:31:49 provos Exp $ */ /* * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -46,7 +46,6 @@ #endif #define PHOTURIS_DIR "/etc/photuris" -#define PHOTURIS_FIFO "photuris.pipe" #define PHOTURIS_STARTUP "photuris.startup" #define PHOTURIS_CONFIG "photuris.conf" #define PHOTURIS_SECRET "secrets.conf" |