openssl/engines
Richard Levitte 45502bfe19 Always build library object files with shared library cflags
This takes us away from the idea that we know exactly how our static
libraries are going to get used.  Instead, we make them available to
build shareable things with, be it other shared libraries or DSOs.

On the other hand, we also have greater control of when the shared
library cflags.  They will never be used with object files meant got
binaries, such as apps/openssl or test/test*.

With unified, we take this a bit further and prepare for having to
deal with extra cflags specifically to be used with DSOs (dynamic
engines), libraries and binaries (applications).

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-20 16:51:31 +01:00
..
asm RT2513: Fix typo's paramter-->parameter 2014-08-19 11:09:33 -04:00
vendor_defns Remove Obsolete engines 2015-10-15 17:02:06 +01:00
build.info Big rename fest of engine DSO names, from libFOO.so to FOO.so 2016-02-19 11:52:15 +01:00
capierr.bat Windows batch file to rebuild error codes for CryptoAPI ENGINE. 2008-06-02 23:10:34 +00:00
e_capi.c Test for and use AES CSP for RSA if present. 2016-02-11 16:01:44 +00:00
e_capi.ec Add CryptoAPI ENGINE from stable branch. 2008-05-31 22:49:32 +00:00
e_capi_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_capi_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_chil.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_chil.ec Change the source and output paths for 'chil' and '4758cca' engines so that 2005-05-29 19:14:21 +00:00
e_chil_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_chil_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_dasync.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_dasync.ec Add the Dummy Async engine (dasync) 2015-11-20 23:31:42 +00:00
e_dasync_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_dasync_err.h Add the Dummy Async engine (dasync) 2015-11-20 23:31:42 +00:00
e_ossltest.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_ossltest.ec Add OSSLTest Engine 2015-08-11 20:27:46 +01:00
e_ossltest_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ossltest_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_padlock.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_padlock.ec Missing config file. 2007-04-05 16:57:07 +00:00
e_ubsec.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ubsec.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_ubsec_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ubsec_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
engine_vector.mar Add the command procedure to build external engines on VMS. 2002-10-31 15:43:00 +00:00
Makefile.in Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00