openssl/engines
Richard Levitte 5b14d5b5a0 Make sure the effect of "pic" / "no-pic" is used with assembler compilations
Before the 'Introduce the "pic" / "no-pic" config option' commit, the
shared_cflag value for the chosen config would be part of the make
variable CFLAG, which got replicated into CFLAGS and ASFLAGS.

Since said commit, the shared_cflag value has become a make variable
of its own, SHARED_CFLAG (which is left empty in a "no-pic" build).

However, ASFLAGS was forgotten.  That's what's corrected with this
change.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-09 12:33:23 +01:00
..
afalg Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data 2016-03-07 21:42:09 +00:00
asm Fix engine/asm/e_padlock-x86.pl for newer semantics 2016-03-08 11:13:02 +01:00
vendor_defns Remove Ubsec engine 2016-02-26 23:34:25 +00:00
build.info Unified - adapt the generation of padlock assembler to use GENERATE 2016-03-07 18:28:25 +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 Adapt e_capi to the DSA_SIG_get0() API 2016-03-08 23:24:03 +01: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 Convert the dynlocks in e_chil to the new Thread API locks 2016-03-09 11:04:36 +01:00
e_chil.ec
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 Use correct function ID in error path 2016-03-09 01:20:53 +00:00
e_dasync.ec Add the Dummy Async engine (dasync) 2015-11-20 23:31:42 +00:00
e_dasync_err.c Use correct function ID in error path 2016-03-09 01:20:53 +00:00
e_dasync_err.h Use correct function ID in error path 2016-03-09 01:20:53 +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 Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data 2016-03-07 21:42:09 +00:00
e_padlock.ec Missing config file. 2007-04-05 16:57:07 +00:00
engine_vector.mar
Makefile.in Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00