X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Source%2Fcharon%2Fconfig%2Fproposal.h;h=48e3ad8d501ce11e8f84b491b0d7351e1603e54f;hp=e2a4856e959ad585214898a631864535eb7e22a3;hb=fcfeb3220fbd4e25b0ac63c541c18e8ae1f30766;hpb=87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb diff --git a/Source/charon/config/proposal.h b/Source/charon/config/proposal.h index e2a4856..48e3ad8 100644 --- a/Source/charon/config/proposal.h +++ b/Source/charon/config/proposal.h @@ -26,10 +26,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include @@ -41,10 +41,10 @@ typedef enum protocol_id_t protocol_id_t; * @ingroup config */ enum protocol_id_t { - UNDEFINED_PROTOCOL_ID = 201, - IKE = 1, - AH = 2, - ESP = 3, + PROTO_NONE = 0, + PROTO_IKE = 1, + PROTO_AH = 2, + PROTO_ESP = 3, }; /**