mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
2 lines
80 B
CMake
2 lines
80 B
CMake
add_executable(aescrypt2 aescrypt2.c)
|
|
target_link_libraries(aescrypt2 polarssl)
|