openssl/crypto/ec
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
..
asm ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right. 2016-03-09 11:21:11 +01:00
build.info Unified - adapt the generation of ec assembler to use GENERATE 2016-03-09 11:09:26 +01:00
curve25519.c Curve25519: fix const-initialization 2016-03-04 18:13:05 +01:00
ec2_mult.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ec2_oct.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ec2_smpl.c Add default operations to EC_METHOD 2016-03-01 22:04:25 +00:00
ec_25519.c Handle KDF internally. 2016-03-02 20:48:12 +00:00
ec_ameth.c GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
ec_asn1.c Replace overrides. 2016-03-01 22:04:25 +00:00
ec_check.c Extended EC_METHOD customisation support. 2016-02-28 22:54:53 +00:00
ec_curve.c Add X25519 curve to list 2016-02-28 22:54:53 +00:00
ec_cvt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ec_err.c make errors 2016-03-02 20:48:12 +00:00
ec_key.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ec_kmeth.c Convert CRYPTO_LOCK_X509_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ec_lcl.h Include e_os.h from ec_lcl.h 2016-03-08 19:55:40 +01:00
ec_lib.c Add default operations to EC_METHOD 2016-03-01 22:04:25 +00:00
ec_mult.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ec_oct.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ec_pmeth.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
ec_print.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ecdh_kdf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ecdh_ossl.c Handle KDF internally. 2016-03-02 20:48:12 +00:00
ecdsa_ossl.c Add no signing flag. 2016-02-28 22:54:53 +00:00
ecdsa_sign.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ecdsa_vrf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
eck_prn.c Remove unused parameters from internal functions 2016-02-22 13:39:44 -05:00
ecp_mont.c Add default operations to EC_METHOD 2016-03-01 22:04:25 +00:00
ecp_nist.c Add default operations to EC_METHOD 2016-03-01 22:04:25 +00:00
ecp_nistp224.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ecp_nistp256.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ecp_nistp521.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ecp_nistputil.c Use NON_EMPTY_TRANSLATION_UNIT, consistently. 2016-02-09 20:13:29 -05:00
ecp_nistz256.c Convert CRYPTO_LOCK_EC_* to new multi-threading API 2016-03-08 11:10:34 -05:00
ecp_nistz256_table.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecp_oct.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ecp_smpl.c Add default operations to EC_METHOD 2016-03-01 22:04:25 +00:00
Makefile.in Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00