Sign in
boringssl
/
boringssl
/
44e2709cd65fbd2172b9516c79e56f1875f60300
/
.
/
crypto
/
pkcs8
/
CMakeLists.txt
blob: ad627680f61f7b472e0d510430344eb5bc37122e [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
pkcs8
OBJECT
pkcs8.c
p8_pkey.c
p5_pbe.c
p5_pbev2.c
pkcs8_error.c
)
add_executable(
pkcs12_test
pkcs12_test.c
)
target_link_libraries(pkcs12_test crypto)