1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fix for CONC-543 (hash functions conflict with GnuTLS)

To allow static linking with GnuTLS hash lookup functions are now
prefixed with ma_hashtbl_. The files hash.c and hash.h were renamed
to ma_hashtbl.c and ma_hashtbl.h
This commit is contained in:
Georg Richter
2021-04-13 21:34:29 +02:00
parent 89d0c4b831
commit d19c7c6926
6 changed files with 85 additions and 88 deletions

View File

@@ -64,7 +64,7 @@
#include <ma_global.h>
#include <ma_sys.h>
#include <ma_string.h>
#include <ma_hash.h>
//#include <ma_hashtbl.h>
#include <mariadb_dyncol.h>
#include <mysql.h>