On 6/25/14, Martin Willi <[email protected]> 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 969a9b8..1eb4abe 100644
> --- a/mingw-w64-headers/include/ipsectypes.h
> +++ b/mingw-w64-headers/include/ipsectypes.h
> @@ -73,7 +73,7 @@ typedef enum IPSEC_AUTH_TYPE_ {
>  } IPSEC_AUTH_TYPE;
>
>  typedef enum IPSEC_CIPHER_TYPE_ {
> -  IPSEC_CIPHER_TYPE_DES,
> +  IPSEC_CIPHER_TYPE_DES = 1,
>    IPSEC_CIPHER_TYPE_3DES,
>    IPSEC_CIPHER_TYPE_AES_128,
>    IPSEC_CIPHER_TYPE_AES_192,
> --
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to