Add PADLOCK_ASM to dso_defines rather than lib_defines
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Feb 2019 02:58:52 +0000 (03:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Feb 2019 10:32:14 +0000 (11:32 +0100)
commit88780b1c5f6000fe6731fec74efe697bcf493b6c
tree2278cb188746da1ff5b5d230ca29bb379678425e
parent546ca2f4f5f7e26f7352116754e77f63804b78a6
Add PADLOCK_ASM to dso_defines rather than lib_defines

Since the padlock code is an engine, the assembler is for a module,
not a library link to when building a program...  there's a
distinction.

Fixes #2311

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8220)
Configure