From 99124175f25ec21e3d05bdc109222d71ce85007e Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Mon, 21 Aug 2006 05:56:16 +0000 Subject: Fix compilation on 64bit archs. --- security/racoon2/files/patch-lib-if_spmd.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 security/racoon2/files/patch-lib-if_spmd.c (limited to 'security/racoon2') 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; + -- cgit v1.2.3