Configure: handle undefined shared_target.
authorRichard Levitte <levitte@openssl.org>
Tue, 29 Sep 2020 08:31:56 +0000 (10:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 29 Sep 2020 14:08:04 +0000 (16:08 +0200)
commite1f5a92df4b612de8eac7ca538ef44f4b1deec5a
treed70a1ddf277dec5cba545a05752498cd446c3a20
parent7d6766cb537e5cebc99e200bc537f744878a87a4
Configure: handle undefined shared_target.

Some very basic config targets don't defined the 'shared_target'
attribute at all.  This wasn't handled well enough in Configure.
This also cleans away an explicit reference to the ossltest engine in
Configurations/unix-Makefile.tmpl, which isn't necessary since the
build.info attributes were added.

Fixes openssl/web#197

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13031)
Configurations/unix-Makefile.tmpl
Configure