7784104dd8
Support for platforms that we don't support FIPS on doesn't need to be in the module. Also, functions for dealing with whether fork-unsafe buffering is enabled are left out because they aren't implementing any cryptography and they use global r/w state, making their inclusion painful. Change-Id: I71a0123db6f5449e9dfc7ec7dea0944428e661aa Reviewed-on: https://boringssl-review.googlesource.com/15084 Reviewed-by: Adam Langley <agl@google.com>
13 lines
129 B
CMake
13 lines
129 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
rand_extra
|
|
|
|
OBJECT
|
|
|
|
forkunsafe.c
|
|
fuchsia.c
|
|
rand_extra.c
|
|
windows.c
|
|
)
|