summaryrefslogtreecommitdiff
path: root/sys/netinet/ipsec_input.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-07 14:07:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-07 14:07:48 +0000
commit9a66b01e77da1600da7f9dedd48e8440a8f0acd0 (patch)
tree5dc19fc598981d7ae93197e9767c1337c08a89bf /sys/netinet/ipsec_input.c
parent8fdabbbb3eddb261b776f090b97d6f9d24ffad06 (diff)
enable ah & esp by default, now that we trust the code more
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r--sys/netinet/ipsec_input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c
index 17b8e0cec25..7216c4081eb 100644
--- a/sys/netinet/ipsec_input.c
+++ b/sys/netinet/ipsec_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_input.c,v 1.50 2001/07/06 19:35:38 jjbg Exp $ */
+/* $OpenBSD: ipsec_input.c,v 1.51 2001/08/07 14:07:47 deraadt Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -84,8 +84,8 @@ void *ipsec_common_ctlinput(int, struct sockaddr *, void *, int);
#endif
/* sysctl variables */
-int esp_enable = 0;
-int ah_enable = 0;
+int esp_enable = 1;
+int ah_enable = 1;
int ipcomp_enable = 0;
#ifdef INET6