On 6/25/14, Martin Willi <mar...@strongswan.org> wrote:
> Compared to the original headers all values are off by one.
> ---
>  mingw-w64-headers/include/ipsectypes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mingw-w64-headers/include/ipsectypes.h
> b/mingw-w64-headers/include/ipsectypes.h
> index e01b47b..969a9b8 100644
> --- a/mingw-w64-headers/include/ipsectypes.h
> +++ b/mingw-w64-headers/include/ipsectypes.h
> @@ -54,7 +54,7 @@ typedef enum IPSEC_PFS_GROUP_ {
>  } IPSEC_PFS_GROUP;
>
>  typedef enum IPSEC_TRANSFORM_TYPE_ {
> -  IPSEC_TRANSFORM_AH,
> +  IPSEC_TRANSFORM_AH = 1,
>    IPSEC_TRANSFORM_ESP_AUTH,
>    IPSEC_TRANSFORM_ESP_CIPHER,
>    IPSEC_TRANSFORM_ESP_AUTH_AND_CIPHER,
> --
> 1.9.1

Seems correct and needs applying to v2.x and v3.x too.

--

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to