From 3e9446a7426d13c8cc53937b0dc9a8ce17127ae3 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 13 Jul 2013 17:48:06 +0200 Subject: SHA1 service (because mysql_ssl library is built with -fvisibility=hidden) --- libservices/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libservices/HOWTO') diff --git a/libservices/HOWTO b/libservices/HOWTO index 7dcfb6d9583..512cdb43c99 100644 --- a/libservices/HOWTO +++ b/libservices/HOWTO @@ -76,7 +76,7 @@ it should also declare all the accompanying data structures, as necessary ================================================================== /* GPL header */ #include - SERVICE_VERSION *foo_service= (void*)VERSION_foo; + SERVICE_VERSION foo_service= (void*)VERSION_foo; ================================================================== 7. add the new file to libservices/CMakeLists.txt (MYSQLSERVICES_SOURCES) -- cgit v1.2.1