Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init

- Include prefix files that renames all public functions in yaSSLs
   OpenSSL API to ya<function_name>. They will otherwise conflict
   with OpenSSL functions if loaded by an application that uses OpenSSL
   as well as libmysqlclient with yaSSL support.
This commit is contained in:
msvensson@shellback.(none) 2006-05-31 16:19:06 +02:00
commit 20217ba36f
15 changed files with 212 additions and 13 deletions

View file

@ -20,7 +20,7 @@ else
yassl_dummy_link_fix=
endif
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include \
$(openssl_includes) $(yassl_includes)
$(openssl_includes)
LDADD= @CLIENT_EXTRA_LDFLAGS@ $(openssl_libs) $(yassl_libs)
pkglib_LIBRARIES= libvio.a
noinst_PROGRAMS = test-ssl test-sslserver test-sslclient