From fe9322ca23ec6c6a54a879b951352a18ebf30b30 Mon Sep 17 00:00:00 2001 From: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:35:44 -0800 Subject: [PATCH] Remove commented signing cert constant (#917) Removes the commented signing cert constant variable from the PAL header file. The correct location for this constant is the aws_ota_codesigner_certificate.h file. --- .../AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h b/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h index 38d6588e0e..2159a5c971 100644 --- a/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h +++ b/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h @@ -34,8 +34,6 @@ #include "ota.h" -//static const char signingcredentialSIGNING_CERTIFICATE_PEM[] = "Paste code signing certificate here."; - /** * @brief Abort an OTA transfer. *