112c4dd1ff
There was only one function that required BoringSSL to know how to read directories. Unfortunately, it does have some callers and it's not immediately obvious whether the code is unreachable. Rather than worry about that, just toss it all into decrepit. In doing so, do away with the Windows and PNaCl codepaths. Only implement OPENSSL_DIR_CTX on Linux. Change-Id: I3eb55b098e3aa042b422bb7da115c0812685553e
10 lines
94 B
CMake
10 lines
94 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
ssl_decrepit
|
|
|
|
OBJECT
|
|
|
|
ssl_decrepit.c
|
|
)
|