Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-03-09 23:11:12 +0300
committerAdam Langley <agl@google.com>2016-03-09 23:13:41 +0300
commit23afa689379b1b5a6a7a98327b847d323141930a (patch)
treefc7de06873e9b1aa116ac13cb65296fbd29e12d3 /decrepit
parentf284a7dab6fe4fcc3b96a520f93cd79ec4cff2fd (diff)
Fix the shared library build.
libdecrepit wants some symbols visible. Also a build file typo. Change-Id: I670d2324ab9048f84e7f80afdefc98cbab80335d Reviewed-on: https://boringssl-review.googlesource.com/7411 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'decrepit')
-rw-r--r--decrepit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/decrepit/CMakeLists.txt b/decrepit/CMakeLists.txt
index d18d223c..7ff5c10c 100644
--- a/decrepit/CMakeLists.txt
+++ b/decrepit/CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(
$<TARGET_OBJECTS:rc4_decrepit>
$<TARGET_OBJECTS:ripemd_decrepit>
$<TARGET_OBJECTS:rsa_decrepit>
- $<TARGET_OBJECTS:x509>
+ $<TARGET_OBJECTS:x509_decrepit>
$<TARGET_OBJECTS:xts>
)