Commit 4c9d0b2b authored by Sergei Golubchik's avatar Sergei Golubchik

yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with openssl

parent 2043e3d4
...@@ -26,7 +26,6 @@ ENDIF() ...@@ -26,7 +26,6 @@ ENDIF()
# must be compiled with "-fvisibility=hidden" # must be compiled with "-fvisibility=hidden"
IF(WITH_SSL STREQUAL "bundled" AND HAVE_VISIBILITY_HIDDEN) IF(WITH_SSL STREQUAL "bundled" AND HAVE_VISIBILITY_HIDDEN)
SET_SOURCE_FILES_PROPERTIES( SET_SOURCE_FILES_PROPERTIES(
my_aes.cc
my_md5.cc my_md5.cc
my_sha1.cc my_sha1.cc
my_sha2.cc my_sha2.cc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment