EAP_USE_NATIVE_CREDENTIAL_CACHE is now 0/1 #defined
This commit is contained in:
@@ -28,12 +28,25 @@
|
||||
/// @{
|
||||
#ifndef EAP_ENCRYPT_BLOBS
|
||||
///
|
||||
/// Compiler variable to control whether BLOBs leaving our module get encrypted
|
||||
/// BLOBs leaving our module are encrypted
|
||||
///
|
||||
#define EAP_ENCRYPT_BLOBS 1
|
||||
#endif
|
||||
/// @}
|
||||
|
||||
///
|
||||
/// \defgroup EAPBaseCred Credentials
|
||||
/// Credential management
|
||||
///
|
||||
/// @{
|
||||
#ifndef EAP_USE_NATIVE_CREDENTIAL_CACHE
|
||||
///
|
||||
/// Using EapHost credential cache
|
||||
///
|
||||
#define EAP_USE_NATIVE_CREDENTIAL_CACHE 0
|
||||
#endif
|
||||
/// @}
|
||||
|
||||
#define _HOST_LOW_ENDIAN
|
||||
|
||||
#if !defined(RC_INVOKED) && !defined(MIDL_PASS)
|
||||
|
Reference in New Issue
Block a user