openssl/crypto/camellia
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 Unified - adapt the generation of camellia assembler to use GENERATE 2016-03-09 11:09:26 +01:00
build.info Unified - adapt the generation of camellia assembler to use GENERATE 2016-03-09 11:09:26 +01:00
camellia.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_cbc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_cfb.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_ctr.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_ecb.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
cmll_locl.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_misc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmll_ofb.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
Makefile.in Make sure the effect of "pic" / "no-pic" is used with assembler compilations 2016-03-09 12:33:23 +01:00