diff options
author | 2004-06-21 23:28:18 +0000 | |
---|---|---|
committer | 2004-06-21 23:28:18 +0000 | |
commit | d7d3617b19ea60d9b2bf2469c54107269b71cb41 (patch) | |
tree | c5ccfea85ed0c84ec763f8c926c2325ea9b75460 | |
parent | Implement NAT-T keepalive messages. (diff) | |
download | wireguard-openbsd-d7d3617b19ea60d9b2bf2469c54107269b71cb41.tar.xz wireguard-openbsd-d7d3617b19ea60d9b2bf2469c54107269b71cb41.zip |
Enable NAT-T support.
-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 b1a9ff6e95f..b57f1d312c1 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2004/06/20 15:24:05 ho Exp $ +# $OpenBSD: Makefile,v 1.54 2004/06/21 23:28:18 ho Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -50,7 +50,7 @@ OS= openbsd #FEATURES+= rawkey isakmp_cfg dnssec privsep dpd nat_traversal FEATURES= tripledes des blowfish cast aes FEATURES+= policy x509 ec aggressive debug -FEATURES+= rawkey isakmp_cfg privsep +FEATURES+= rawkey isakmp_cfg privsep nat_traversal .PATH: ${.CURDIR}/sysdep/${OS} |