aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-06-17 16:09:38 +0200
committerAndy Polyakov <appro@openssl.org>2016-06-22 20:20:37 +0200
commiteeac54ef6d7eedd42a97025ddddaf06777be3c6b (patch)
tree385d0f3f952f89c9cfd37e12f6a1c5af40e76a84 /include/openssl/crypto.h
parentf430ba31ac81f27f0014320fee335d2dc4562a95 (diff)
downloadopenssl-eeac54ef6d7eedd42a97025ddddaf06777be3c6b.zip
openssl-eeac54ef6d7eedd42a97025ddddaf06777be3c6b.tar.gz
openssl-eeac54ef6d7eedd42a97025ddddaf06777be3c6b.tar.bz2
crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/crypto.h')
-rw-r--r--include/openssl/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 0f59349..2e056c5 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -317,8 +317,6 @@ ossl_noreturn void OPENSSL_die(const char *assertion, const char *file, int line
# define OPENSSL_assert(e) \
(void)((e) ? 0 : (OPENSSL_die("assertion failed: " #e, OPENSSL_FILE, OPENSSL_LINE), 1))
-unsigned int *OPENSSL_ia32cap_loc(void);
-# define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
int OPENSSL_isservice(void);
int FIPS_mode(void);