aacb72c1b7
The names in the P-224 code collided with the P-256 code and thus many of the functions and constants in the P-224 code have been prefixed. Change-Id: I6bcd304640c539d0483d129d5eaf1702894929a8 Reviewed-on: https://boringssl-review.googlesource.com/15847 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
10 lines
91 B
CMake
10 lines
91 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
ecdsa_extra
|
|
|
|
OBJECT
|
|
|
|
ecdsa_asn1.c
|
|
)
|