openssl: use dummy OPENSSL_cpuid_setup function
authorBert Belder <bertbelder@gmail.com>
Tue, 11 Sep 2012 16:57:47 +0000 (18:57 +0200)
committerBert Belder <bertbelder@gmail.com>
Wed, 12 Sep 2012 03:23:58 +0000 (05:23 +0200)
commit709e935239764dac5a121d47bd4a05c70e121bcb
tree9bbb8460a379045ffe415ba182d135fdc380f56d
parent9fc84fdad94cc8b30ed8aed0bcd06a53ceb1defd
openssl: use dummy OPENSSL_cpuid_setup function

Use a empty implementation for function OPENSSL_cpuid_setup to resolve link
error. We should figure out how to geenrate platform specific implementation
of OPENSSL_cpuid_setup by leveraging crypto/*cpuid.pl.

This patch is taken from Chromium.
deps/openssl/openssl/crypto/cryptlib.c