diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-10 10:43:52 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-10 10:44:56 +0100 |
commit | 54768ca1cd9049bbd1c695696ef3c8595c6052db (patch) | |
tree | 214ef12647ccdcf0eeb840bc64de86f0c7df40f6 /lib/accelerated/x86/aes-cbc-x86-aesni.c | |
parent | f25384b9f0488fa2293c033ef82639a8303c0363 (diff) | |
download | gnutls-54768ca1cd9049bbd1c695696ef3c8595c6052db.tar.gz |
do not redefine the _gnutls_x86_cpuid_s symbol
Diffstat (limited to 'lib/accelerated/x86/aes-cbc-x86-aesni.c')
-rw-r--r-- | lib/accelerated/x86/aes-cbc-x86-aesni.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/accelerated/x86/aes-cbc-x86-aesni.c b/lib/accelerated/x86/aes-cbc-x86-aesni.c index 6d4526fe17..1a2681f4d3 100644 --- a/lib/accelerated/x86/aes-cbc-x86-aesni.c +++ b/lib/accelerated/x86/aes-cbc-x86-aesni.c @@ -39,8 +39,6 @@ struct aes_ctx { int enc; }; -unsigned int _gnutls_x86_cpuid_s[4]; - static int aes_cipher_init(gnutls_cipher_algorithm_t algorithm, void **_ctx, int enc) { |