Abhishekmishra2808 opened a new pull request, #3649:
URL: https://github.com/apache/nuttx-apps/pull/3649

   ## Summary
   
   Rename base64_encode, base64_decode, and ecc_make_key in bundled libtomcrypt 
to avoid duplicate symbol link errors when dropbear is built alongside 
netutils/codecs and NuttX crypto (e.g., sim:dropbear).
   
   ## Impact
   
   Fixes linker failures (multiple definitions of base64_encode, etc.) on 
dropbear configs that enable CODECS and CRYPTO. No functional change to 
dropbear behavior.
   
   ## Testing
   
   - Host: Linux (WSL2), x86_64, gcc
   - `./tools/configure.sh sim:dropbear` && `make`
   - Result: Build succeeds; dropbear starts and SSH password auth works


-- 
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