mariadb/vio
unknown 3d43153655 WL#2286 - Compile MySQL w/YASSL support
Fix for link failures on boxes with non-gnu compiler.


client/Makefile.am:
  Add a dummy C++ file to client suite to make libtool use a C++ linker:
  this lets client suite link when using yaSSL and a non-gcc C++ compiler.
config/ac-macros/yassl.m4:
  HAVE_YASSL conditional is used to add dummy C++ file if configured with yaSSL.
tests/Makefile.am:
  Add a dummy C++ file to tests to make libtool use a C++ linker:
  this lets tests link when using yaSSL and a non-gcc C++ compiler.
vio/Makefile.am:
  Use dummy C++ file if configured with yaSSL only.
2005-06-12 18:18:46 +05:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am WL#2286 - Compile MySQL w/YASSL support 2005-06-12 18:18:46 +05:00
test-ssl.c Fedora now defines read(2)/write(2) as macros. 2005-03-29 23:31:56 +02:00
test-sslclient.c Fedora now defines read(2)/write(2) as macros. 2005-03-29 23:31:56 +02:00
test-sslserver.c After merge fixes 2004-12-31 00:44:00 +02:00
vio.c Porting of "buffered read" patch to 5.0 and post-review fixes. 2005-03-06 00:10:08 +03:00
vio_priv.h Bug #9721 net_write_timeout not used on Windows 2005-05-05 17:17:57 +02:00
viosocket.c Merge bk-internal.mysql.com:/users/rburnett/bug9721 2005-05-06 15:15:48 +02:00
viossl.c Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-06-01 16:13:24 -07:00
viosslfactories.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
viotest-ssl.c Fixes for Netware 2003-01-28 08:38:28 +02:00
viotest-sslconnect.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
viotest.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00