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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-09-25 01:23:06 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-09-25 01:23:06 +0400
commitea453a4a993dfd8e9f7e86f98bd47a5d1bc603aa (patch)
treec692ba5355fed44ca53fa4014f53b936c4b3f346 /3rdparty
parent6dfb1c7b49050a31c52ecf810edc4d1ca84baa41 (diff)
Remove gostsum.c from OpenSSL build, it's a program, not part of the library.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/opensslbuild/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/opensslbuild/CMakeLists.txt b/3rdparty/opensslbuild/CMakeLists.txt
index a66994b..563984f 100644
--- a/3rdparty/opensslbuild/CMakeLists.txt
+++ b/3rdparty/opensslbuild/CMakeLists.txt
@@ -749,7 +749,6 @@ ADD_LIBRARY(OpenSSL STATIC
${ENGINES}/ccgost/gost2001_keyx.c
${ENGINES}/ccgost/gost2001.c
${ENGINES}/ccgost/gosthash.c
- ${ENGINES}/ccgost/gostsum.c
${ENGINES}/ccgost/e_gost_err.c
)