diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-03 12:17:44 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-03 12:17:44 +0000 |
commit | 93e8aa55dd50b47672de31b3b779d3bbcbfd0949 (patch) | |
tree | 715a0ae33b3d42879fe996e0546cf2ccf67f7fa7 /sbin/ipsecctl/ipsecctl.h | |
parent | 8f2a7094ed1bf1b16d6d21f6060e5890a0a10cc4 (diff) |
do not print secret keys by default, -k restores old behaviour; ok hshoexer
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index e99691f41ec..789ba2f1bb1 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.52 2006/11/30 15:51:28 markus Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.53 2007/01/03 12:17:43 markus Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -28,6 +28,7 @@ #define IPSECCTL_OPT_FLUSH 0x0100 #define IPSECCTL_OPT_DELETE 0x0200 #define IPSECCTL_OPT_MONITOR 0x0400 +#define IPSECCTL_OPT_SHOWKEY 0x0800 enum { ACTION_ADD, ACTION_DELETE |