1cb49cd2ac
The callback arguments are required to be NULL. Change-Id: I266ec46efdaca411a7f0c2b645883b2c5bec1c96 Reviewed-on: https://boringssl-review.googlesource.com/5160 Reviewed-by: Adam Langley <agl@google.com>
14 lines
242 B
CMake
14 lines
242 B
CMake
add_subdirectory(bio)
|
|
add_subdirectory(blowfish)
|
|
add_subdirectory(cast)
|
|
add_subdirectory(rsa)
|
|
|
|
add_library(
|
|
decrepit
|
|
|
|
$<TARGET_OBJECTS:bio_decrepit>
|
|
$<TARGET_OBJECTS:blowfish>
|
|
$<TARGET_OBJECTS:cast>
|
|
$<TARGET_OBJECTS:rsa_decrepit>
|
|
)
|