summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sa.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-17 21:51:00 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-17 21:51:00 +0000
commitdcf718a68a854e24055e0c72ba004dbf58832183 (patch)
treebe752cd9482970610f72e77e30db7bd584de00f1 /sbin/isakmpd/sa.h
parenta908750c2f24999f066ce4426ef84aa228b27e38 (diff)
Move SA_FILE definition to sa.h.
Diffstat (limited to 'sbin/isakmpd/sa.h')
-rw-r--r--sbin/isakmpd/sa.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h
index a226896b476..627baf39031 100644
--- a/sbin/isakmpd/sa.h
+++ b/sbin/isakmpd/sa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.h,v 1.26 2002/03/17 21:48:06 angelos Exp $ */
+/* $OpenBSD: sa.h,v 1.27 2002/03/17 21:50:59 angelos Exp $ */
/* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */
/*
@@ -205,6 +205,9 @@ struct sa {
/* This SA should always be actively renegotiated (with us as initiator). */
#define SA_FLAG_ACTIVE_ONLY 0x20
+/* Outfile for detailed SA information. */
+#define SA_FILE "/var/run/isakmpd_sa"
+
extern void proto_free (struct proto *proto);
extern int sa_add_transform (struct sa *, struct payload *, int,
struct proto **);