| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index ff6301c2b321827f00e14d0b9b6035dd2eba7eb7..7a0d0760d4209bdb192c877a695da7469162a94b 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -311,6 +311,7 @@ ONC_EXPORT extern const char kIdentity[];
|
| ONC_EXPORT extern const char kInner[];
|
| ONC_EXPORT extern const char kLEAP[];
|
| ONC_EXPORT extern const char kMD5[];
|
| +ONC_EXPORT extern const char kMSCHAP[];
|
| ONC_EXPORT extern const char kMSCHAPv2[];
|
| ONC_EXPORT extern const char kOuter[];
|
| ONC_EXPORT extern const char kPAP[];
|
| @@ -320,6 +321,7 @@ ONC_EXPORT extern const char kSaveCredentials[];
|
| ONC_EXPORT extern const char kServerCAPEMs[];
|
| ONC_EXPORT extern const char kServerCARef[];
|
| ONC_EXPORT extern const char kServerCARefs[];
|
| +ONC_EXPORT extern const char kSubjectMatch[];
|
| ONC_EXPORT extern const char kUseSystemCAs[];
|
| ONC_EXPORT extern const char kUseProactiveKeyCaching[];
|
| } // namespace eap
|
|
|