diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-19 18:55:41 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:28 +0100 |
commit | 5d1677f52da06a74a5b480eb4c6e046bee9d127e (patch) | |
tree | 70a32bc233aa809291d830513bdeed339e13d6bf /src/libstrongswan/plugins/plugin_feature.h | |
parent | 438a8d785f299f04ad67b8c0b1ce9f6ad03990b6 (diff) | |
download | strongswan-5d1677f52da06a74a5b480eb4c6e046bee9d127e.tar.bz2 strongswan-5d1677f52da06a74a5b480eb4c6e046bee9d127e.tar.xz |
Added missing XAuth plugin feature enum names
Diffstat (limited to 'src/libstrongswan/plugins/plugin_feature.h')
-rw-r--r-- | src/libstrongswan/plugins/plugin_feature.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstrongswan/plugins/plugin_feature.h b/src/libstrongswan/plugins/plugin_feature.h index 54fd2c67f..344d1943d 100644 --- a/src/libstrongswan/plugins/plugin_feature.h +++ b/src/libstrongswan/plugins/plugin_feature.h @@ -129,16 +129,16 @@ struct plugin_feature_t { FEATURE_EAP_SERVER, /** EAP peer implementation */ FEATURE_EAP_PEER, + /** XAuth server implementation */ + FEATURE_XAUTH_SERVER, + /** XAuth peer implementation */ + FEATURE_XAUTH_PEER, /** database_t */ FEATURE_DATABASE, /** fetcher_t */ FEATURE_FETCHER, /** custom feature, described with a string */ FEATURE_CUSTOM, - /** XAuth server implementation */ - FEATURE_XAUTH_SERVER, - /** XAuth peer implementation */ - FEATURE_XAUTH_PEER, } type; /** More specific data for each type */ union { |