diff options
author | 2006-05-27 21:06:16 +0000 | |
---|---|---|
committer | 2006-05-27 21:06:16 +0000 | |
commit | 96c7411580f0f32cf8da9b1e68cdd24b1d9f0c7a (patch) | |
tree | 37a448f812cc7018d9c5f808dc45f72f530e5f75 | |
parent | allow diff to pick up newly added files with the -N flag. (diff) | |
download | wireguard-openbsd-96c7411580f0f32cf8da9b1e68cdd24b1d9f0c7a.tar.xz wireguard-openbsd-96c7411580f0f32cf8da9b1e68cdd24b1d9f0c7a.zip |
grok modp3072, ok moritz@
-rw-r--r-- | usr.sbin/tcpdump/ike.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h index cfe933868e6..be44d471586 100644 --- a/usr.sbin/tcpdump/ike.h +++ b/usr.sbin/tcpdump/ike.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.h,v 1.15 2005/07/12 08:29:19 hshoexer Exp $ */ +/* $OpenBSD: ike.h,v 1.16 2006/05/27 21:06:16 hshoexer Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -61,6 +61,7 @@ { "NONE", "MODP_768", "MODP_1024", \ "E2CN_155", "E2CN_185", "MODP_1536", "NONE", "NONE", "NONE", \ "NONE", "NONE", "NONE", "NONE", "NONE", "MODP_2048", \ + "MODP_3072", \ } #define IKE_ATTR_GROUP_INITIALIZER \ { "NONE", "MODP", "ECP", "E2CN", \ |