]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Disable AFALG when cross-compiling
authorMatt Caswell <matt@openssl.org>
Wed, 16 Mar 2016 10:08:53 +0000 (10:08 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Mar 2016 10:08:53 +0000 (10:08 +0000)
commit68dc37c12666604f8beac6e59507f809b7fd772b
treee685394fcd22c2d7095c61500ec7043ae64ccb87
parent5427976d9eddacc87c7e079976bc7738e133dbdc
Disable AFALG when cross-compiling

We don't currently support cross-compiling of the afalg engine. However
we were failing to explicitly mark it as disabled during Configure leading
to a failed build.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure