aboutsummaryrefslogtreecommitdiff
path: root/security/racoon2
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-21 05:56:16 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-21 05:56:16 +0000
commit99124175f25ec21e3d05bdc109222d71ce85007e (patch)
tree9cf9918473b12e2065b77ddfd2f498492aa7ea69 /security/racoon2
parentedf8bebd035ce623a93ee2193e4bc450a9d0bfd3 (diff)
downloadports-99124175f25ec21e3d05bdc109222d71ce85007e.tar.gz
ports-99124175f25ec21e3d05bdc109222d71ce85007e.zip
Notes
Diffstat (limited to 'security/racoon2')
-rw-r--r--security/racoon2/files/patch-lib-if_spmd.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/racoon2/files/patch-lib-if_spmd.c b/security/racoon2/files/patch-lib-if_spmd.c
new file mode 100644
index 000000000000..bb98f6683ee9
--- /dev/null
+++ b/security/racoon2/files/patch-lib-if_spmd.c
@@ -0,0 +1,18 @@
+--- lib/if_spmd.c.orig Wed Nov 16 09:34:30 2005
++++ lib/if_spmd.c Mon Aug 21 14:49:19 2006
+@@ -1,4 +1,4 @@
+-/* $Id: if_spmd.c,v 1.23 2005/11/16 00:34:30 kamada Exp $ */
++/* $Id: if_spmd.c,v 1.24 2006/07/25 10:48:45 fukumoto Exp $ */
+ /*
+ * Copyright (C) 2003, 2004 WIDE Project.
+ * All rights reserved.
+@@ -940,7 +940,8 @@
+ {
+ unsigned char md[EVP_MAX_MD_SIZE];
+ EVP_MD_CTX ctx;
+- size_t hash_len, md_len;
++ size_t hash_len;
++ unsigned int md_len;
+ int error, used, i;
+ char *p;
+