summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sa.c
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.c
parenta908750c2f24999f066ce4426ef84aa228b27e38 (diff)
Move SA_FILE definition to sa.h.
Diffstat (limited to 'sbin/isakmpd/sa.c')
-rw-r--r--sbin/isakmpd/sa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/sa.c b/sbin/isakmpd/sa.c
index 0de4e33fdc2..294d10bc634 100644
--- a/sbin/isakmpd/sa.c
+++ b/sbin/isakmpd/sa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.c,v 1.53 2002/03/17 21:48:06 angelos Exp $ */
+/* $OpenBSD: sa.c,v 1.54 2002/03/17 21:50:59 angelos Exp $ */
/* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */
/*
@@ -63,9 +63,6 @@
#include "ipsec.h"
#include "ipsec_num.h"
-/* Outfile for detailed SA information. */
-#define SA_FILE "/var/run/isakmpd_sa"
-
/* Initial number of bits from the cookies used as hash. */
#define INITIAL_BUCKET_BITS 6