netxduo icon indicating copy to clipboard operation
netxduo copied to clipboard

Missing include guards

Open stefano-zanotti opened this issue 1 year ago • 0 comments
trafficstars

The following files do not have include guards: netxduo\crypto_libraries\inc\nx_crypto_tls_prf_1.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha256.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha384.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha512.h

This causes compilation error when trying to compile (most of) netxduo as a single translation unit ("unity build") to reduce the long compilation time.

stefano-zanotti avatar Jan 25 '24 14:01 stefano-zanotti