Sign in
boringssl
/
boringssl
/
60da0cd7c6c3b8bafedba9070a1fdb2f2b923894
/
.
/
crypto
/
pkcs8
/
CMakeLists.txt
blob: 5c06fb8dee6cca122b60029aae5b000d007b9020 [
file
] [
log
] [
blame
]
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)