8c6467976c
These too appear to be unused now that the core parsers use CBS. They also were buggy as they silently ignored sign bits. This removes all ASN1_PRIMITIVE_FUNCS definitions. (The code to use them still exists as we're not ready to diverge on tasn_*. Current thinking is we'll eventually just ditch the code rather than do so.) Change-Id: I8d20e2989460dd593d62368cfbd083d5de1ee2a1 Reviewed-on: https://boringssl-review.googlesource.com/14324 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
40 lines
449 B
CMake
40 lines
449 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
asn1
|
|
|
|
OBJECT
|
|
|
|
a_bitstr.c
|
|
a_bool.c
|
|
a_d2i_fp.c
|
|
a_dup.c
|
|
a_enum.c
|
|
a_gentm.c
|
|
a_i2d_fp.c
|
|
a_int.c
|
|
a_mbstr.c
|
|
a_object.c
|
|
a_octet.c
|
|
a_print.c
|
|
a_strnid.c
|
|
a_time.c
|
|
a_type.c
|
|
a_utctm.c
|
|
a_utf8.c
|
|
asn1_lib.c
|
|
asn1_par.c
|
|
asn_pack.c
|
|
f_enum.c
|
|
f_int.c
|
|
f_string.c
|
|
t_bitst.c
|
|
tasn_dec.c
|
|
tasn_enc.c
|
|
tasn_fre.c
|
|
tasn_new.c
|
|
tasn_typ.c
|
|
tasn_utl.c
|
|
time_support.c
|
|
)
|