diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-03-05 20:20:51 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-03-05 20:20:51 +0000 |
commit | 18eb550f56fe3aafc605e62cc8996ba8626d0c29 (patch) | |
tree | fab90009fd0bd4670eb740f5813ae4115cfbedb7 /net/v6eval/files/patch-McIKE.h | |
parent | - *Really* fix sqlite3.so location. (diff) |
Resurrect net/ct and net/v6eval, IPv6 Conformance Test Kit.
Notes
Notes:
svn path=/head/; revision=313475
Diffstat (limited to 'net/v6eval/files/patch-McIKE.h')
-rw-r--r-- | net/v6eval/files/patch-McIKE.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-McIKE.h b/net/v6eval/files/patch-McIKE.h new file mode 100644 index 000000000000..7cbe4a97943f --- /dev/null +++ b/net/v6eval/files/patch-McIKE.h @@ -0,0 +1,11 @@ +--- lib/Pz/McIKE.h 2005-05-09 18:35:23.000000000 +0900 ++++ lib/Pz/McIKE.h 2008-01-01 04:36:34.000000000 +0900 +@@ -397,7 +397,7 @@ class WmISAKMP_Padding: public WmObject + + class PaISAKMP: public PaESP { + public: +- PaISAKMP::PaISAKMP(const MObject *m, CSTR st, int l): ++ PaISAKMP(const MObject *m, CSTR st, int l): + PaESP(m, st, l) {}; + virtual ~PaISAKMP() {} + |