diff options
-rw-r--r-- | Source/charon/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/types.h b/Source/charon/types.h index e14a0da3a..96dd1a3d4 100644 --- a/Source/charon/types.h +++ b/Source/charon/types.h @@ -34,7 +34,8 @@ typedef enum status_e { NOT_SUPPORTED, INVALID_ARG, NOT_FOUND, - EXCHANGE_TYPE_NOT_SET, + PARSE_ERROR, + EXCHANGE_TYPE_NOT_SET } status_t; typedef enum ike_sa_role_e { |