mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
7b176a549e
engines/e_padlock.c assumes that for all x86 and x86_64 platforms, the lower level routines will be present. However, that's not always true, for example for solaris-x86-cc, and that leads to build errors. The better solution is to have configure detect if the lower level padlock routines are being built, and define the macro PADLOCK_ASM if they are, and use that macro in our C code. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1510) |
||
---|---|---|
.. | ||
afalg | ||
asm | ||
vendor_defns | ||
build.info | ||
e_capi_err.c | ||
e_capi_err.h | ||
e_capi.c | ||
e_capi.ec | ||
e_chil_err.c | ||
e_chil_err.h | ||
e_chil.c | ||
e_chil.ec | ||
e_dasync_err.c | ||
e_dasync_err.h | ||
e_dasync.c | ||
e_dasync.ec | ||
e_ossltest_err.c | ||
e_ossltest_err.h | ||
e_ossltest.c | ||
e_ossltest.ec | ||
e_padlock.c | ||
e_padlock.ec | ||
engine_vector.mar |