X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/52b7d2ce06d68d0a9160d16f6e7c08c21c149d0d..6b88cae0d0da46a0b1b6418a44da86af3e4527c3:/ipsec-tools/racoon/vendorid.h diff --git a/ipsec-tools/racoon/vendorid.h b/ipsec-tools/racoon/vendorid.h index d3ecf67..464584d 100644 --- a/ipsec-tools/racoon/vendorid.h +++ b/ipsec-tools/racoon/vendorid.h @@ -61,7 +61,6 @@ #define VENDORID_NATT_07 12 #define VENDORID_NATT_08 13 -#ifdef __APPLE__ #define VENDORID_NATT_APPLE 14 #define VENDORID_NATT_RFC 15 /* Hybrid auth */ @@ -71,16 +70,6 @@ #define VENDORID_FRAG 18 /* Dead Peer Detection */ #define VENDORID_DPD 19 -#else /* __APPLE__ */ -#define VENDORID_NATT_RFC 14 -/* Hybrid auth */ -#define VENDORID_XAUTH 15 -#define VENDORID_UNITY 16 -/* IKE fragmentation */ -#define VENDORID_FRAG 17 -/* Dead Peer Detection */ -#define VENDORID_DPD 18 -#endif /* __APPLE__ */ #define VENDORID_NATT_FIRST VENDORID_NATT_00 #define VENDORID_NATT_LAST VENDORID_NATT_RFC @@ -95,10 +84,10 @@ struct vendor_id { vchar_t *hash; }; -vchar_t *set_vendorid __P((int)); -int check_vendorid __P((struct isakmp_gen *)); +vchar_t *set_vendorid (int); +int check_vendorid (struct isakmp_gen *); -void compute_vendorids __P((void)); -const char *vid_string_by_id __P((int id)); +void compute_vendorids (void); +const char *vid_string_by_id (int id); #endif /* _VENDORID_H */