bfb38b1a3c
I've no idea who thought that this function was a good idea in the first place, but including it in decrepit makes supporting nmap easier. Change-Id: I7433cda6a6ddf1cc545126edf779625e9fc70ada Reviewed-on: https://boringssl-review.googlesource.com/7401 Reviewed-by: David Benjamin <davidben@google.com>
10 lines
94 B
CMake
10 lines
94 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
rc4_decrepit
|
|
|
|
OBJECT
|
|
|
|
rc4_decrepit.c
|
|
)
|