diff --git a/trunk/cr_device_cert.c b/trunk/cr_device_cert.c index c949666..dc8a8a5 100644 --- a/trunk/cr_device_cert.c +++ b/trunk/cr_device_cert.c @@ -417,7 +417,6 @@ int GenerateCTRDeviceCert( EC_KEY *pECkey, u32 device_id, u8 bonding_option, u8 DEBUG_PRINT_ARRAY( "padding1:", (const char *)deviceCert.padding1, sizeof(deviceCert.padding1) ); } #endif // DEBUG_PRINT -#define DEBUG_DEVICE_CERT_OUTPUT_FILE #ifdef DEBUG_DEVICE_CERT_OUTPUT_FILE DebugFileOutput( device_id, "crt", (const u8 *)&deviceCert, sizeof(CR_DeviceCert) ); #endif // DEBUG_DEVICE_CERT_OUTPUT_FILE