Commit 7fd77042 authored by unknown's avatar unknown

Bug#19810 Bundled YASSL in libmysqlclient conflicts with OpenSSL

 - Rename yaSSL version of 'SSL_peek' to 'yaSSL_peek' by using a macro


extra/yassl/include/openssl/prefix_ssl.h:
  Rename yaSSL version of SSL_peek to yaSSL_peek
parent f79f64b6
......@@ -150,3 +150,4 @@
#define MD5_Init yaMD5_Init
#define MD5_Update yaMD5_Update
#define MD5_Final yaMD5_Final
#define SSL_peek yaSSL_peek
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