diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-02-13 15:04:23 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-15 22:14:33 +0100 |
commit | 4c9d0b2b0cfb3032382c40cc8a31e1c637279dbc (patch) | |
tree | 75e2ffaf57faf0e0af42875e733caf1dfb274845 /mysys_ssl | |
parent | 2043e3d44011ea3664698f880c79791f29fab45d (diff) | |
download | mariadb-git-4c9d0b2b0cfb3032382c40cc8a31e1c637279dbc.tar.gz |
yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with openssl
Diffstat (limited to 'mysys_ssl')
-rw-r--r-- | mysys_ssl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys_ssl/CMakeLists.txt b/mysys_ssl/CMakeLists.txt index 1479e3b3a90..5eead8d6aaf 100644 --- a/mysys_ssl/CMakeLists.txt +++ b/mysys_ssl/CMakeLists.txt @@ -26,7 +26,6 @@ ENDIF() # must be compiled with "-fvisibility=hidden" IF(WITH_SSL STREQUAL "bundled" AND HAVE_VISIBILITY_HIDDEN) SET_SOURCE_FILES_PROPERTIES( - my_aes.cc my_md5.cc my_sha1.cc my_sha2.cc |