Comment 9 for bug 1049076

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Valgrind SSL errors with mysql-test-run

This is from vio/vio.c: (in contrast to the patch here http://lists.mysql.com/commits/145376)

void vio_end(void)
{
#ifdef HAVE_YASSL
  yaSSL_CleanUp();
#endif
}

Also, since we have switched to openssl, is HAVE_YASSL still valid?