openssl/engines
Richard Levitte 7b176a549e Only build the body of e_padlock when there are lower level routines
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)
2016-11-15 15:14:15 +01:00
..
afalg Engine afalg: properly set operation type also on big endian. 2016-10-14 20:06:21 +01:00
asm Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
vendor_defns
build.info dasync is an internal testing engine, so don't install it 2016-08-17 10:50:31 +02:00
e_capi_err.c
e_capi_err.h
e_capi.c include/openssl: don't include <windows.h> in public headers. 2016-07-08 11:49:44 +02:00
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 include/openssl: don't include <windows.h> in public headers. 2016-07-08 11:49:44 +02:00
e_dasync.ec
e_ossltest_err.c
e_ossltest_err.h
e_ossltest.c Fix some style issues in ossltest 2016-11-02 13:28:21 +00:00
e_ossltest.ec
e_padlock.c Only build the body of e_padlock when there are lower level routines 2016-11-15 15:14:15 +01:00
e_padlock.ec
engine_vector.mar