boringssl/decrepit/dsa/CMakeLists.txt
Adam Langley 99a24ba0f1 Add DSA_generate_parameters to decrepit.
This function was deprecated by OpenSSL in 0.9.8 but code that uses it
still exists. This change adds an implementation of this function to
decreipt/ to support these programs.

Change-Id: Ie99cd00ff8b0ab2675f2b1c821c3d664b9811f16
Reviewed-on: https://boringssl-review.googlesource.com/7360
Reviewed-by: David Benjamin <davidben@google.com>
2016-03-08 01:44:27 +00:00

10 lines
94 B
CMake

include_directories(../../include)
add_library(
dsa_decrepit
OBJECT
dsa_decrepit.c
)