aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/c_all.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-08-29 16:36:05 +0000
committerAndy Polyakov <appro@openssl.org>2004-08-29 16:36:05 +0000
commit2b247cf81fbc320a313f952e2ea39cf63aa21010 (patch)
treed81b7181197eb2360ef8048ca9b488eff54b6e0f /crypto/evp/c_all.c
parent746fc2526ffc17d57a5fb87568d01400cbcf62fd (diff)
downloadopenssl-2b247cf81fbc320a313f952e2ea39cf63aa21010.zip
openssl-2b247cf81fbc320a313f952e2ea39cf63aa21010.tar.gz
openssl-2b247cf81fbc320a313f952e2ea39cf63aa21010.tar.bz2
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
Diffstat (limited to 'crypto/evp/c_all.c')
-rw-r--r--crypto/evp/c_all.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index c6a3315..a5da52e 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -79,7 +79,6 @@ void OPENSSL_add_all_algorithms_noconf(void)
* only on IA-32, but we reserve the option for all
* platforms...
*/
- void OPENSSL_cpuid_setup();
OPENSSL_cpuid_setup();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();