acassis commented on code in PR #3339:
URL: https://github.com/apache/nuttx-apps/pull/3339#discussion_r2699445840


##########
crypto/tinycrypt/CMakeLists.txt:
##########
@@ -120,7 +121,7 @@ if(CONFIG_TINYCRYPT)
   if(CONFIG_TINYCRYPT_TEST)
     list(APPEND CSRCS ${TINYCRYPT_DIR}/tests/test_ecc_utils.c)
     list(APPEND INCDIR ${TINYCRYPT_DIR}/tests/include)
-    set(CFLAGS -Dhex2bin=ltp_hex2bin -DENABLE_TESTS)

Review Comment:
   @ThePassionate why the -Dhex2bin=ltp_hex2bin was removed? What is the impact 
of removing it? Do you know if LTP will still function correctly after this 
removal?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to