summaryrefslogtreecommitdiff
path: root/lib/accelerated
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-27 10:55:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-27 11:00:22 +0200
commit7af0c04e0fd537990b200f7885feb415dd33ec1b (patch)
tree96269e2a545272615cca3571d648301c0bbe884b /lib/accelerated
parent97895066e18abc5689ede9af1a463539ea783e90 (diff)
downloadgnutls-7af0c04e0fd537990b200f7885feb415dd33ec1b.tar.gz
hide _gnutls_x86_cpuid_s
Diffstat (limited to 'lib/accelerated')
-rw-r--r--lib/accelerated/x86/x86-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/accelerated/x86/x86-common.c b/lib/accelerated/x86/x86-common.c
index 3e9f13c86f..0ba20f04cc 100644
--- a/lib/accelerated/x86/x86-common.c
+++ b/lib/accelerated/x86/x86-common.c
@@ -41,6 +41,9 @@
/* ebx, ecx, edx
* This is a format compatible with openssl's CPUID detection.
*/
+#ifdef __GNUC__
+__attribute__((visibility("hidden")))
+#endif
unsigned int _gnutls_x86_cpuid_s[3];
#ifndef bit_PCLMUL