diff options
author | 2001-08-25 22:22:26 +0000 | |
---|---|---|
committer | 2001-08-25 22:22:26 +0000 | |
commit | 0ff3b9771d8c97bcd6594e5b4724f7974f4cd4d5 (patch) | |
tree | 38e7d0fda608b590cd633785957e2675ea93a9ba | |
parent | Use x509_DN_string API. Style fixes. (diff) | |
download | wireguard-openbsd-0ff3b9771d8c97bcd6594e5b4724f7974f4cd4d5.tar.xz wireguard-openbsd-0ff3b9771d8c97bcd6594e5b4724f7974f4cd4d5.zip |
Enable IKE mode config, as it works ok with PGPnet and at least has a usable
configuration method. Documentation will follow.
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 1b6430c8f62..d1a94fa0496 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2001/08/16 18:55:33 jakob Exp $ +# $OpenBSD: Makefile,v 1.44 2001/08/25 22:22:26 niklas Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -53,7 +53,7 @@ OS= openbsd #FEATURES= tripledes des blowfish cast policy x509 ec aggressive debug gmp #FEATURES+= rawkey isakmp_cfg dnssec FEATURES= tripledes des blowfish cast policy x509 ec aggressive debug -FEATURES+= rawkey +FEATURES+= rawkey isakmp_cfg .PATH: ${.CURDIR}/sysdep/${OS} |