Fix logic error for building x86 CAST assembly
authorBenjamin Kaduk <kaduk@mit.edu>
Sat, 13 Jun 2020 02:56:11 +0000 (19:56 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 14 Jun 2020 19:35:34 +0000 (12:35 -0700)
commit670ff08e77c5b331443a3ed6d41564d863a47f06
tree54f90b1c0732d02f05184a3e294830127e5a6ddc
parent2edb571b4b857e51620bfd93e240e39de40cb456
Fix logic error for building x86 CAST assembly

The assembly code is not PIC, so we should only try to build it
when the configuration has disabled PIC, not the other way around.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/12128)
crypto/cast/build.info