Sign in
boringssl
/
boringssl
/
9a7233cda8d8aeeeb4795e2ba8e0dca5bbbb0cf0
/
.
/
crypto
/
pkcs8
/
CMakeLists.txt
blob: 5c06fb8dee6cca122b60029aae5b000d007b9020 [
file
]
include_directories(. .. ../../include)
add_library(
pkcs8
OBJECT
pkcs8.c
p8_pkey.c
p5_pbe.c
p5_pbev2.c
)
add_executable(
pkcs12_test
pkcs12_test.c
)
target_link_libraries(pkcs12_test crypto)