Complain if there are missing symbols when creating a provider .so file

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8537)
This commit is contained in:
Matt Caswell 2019-03-21 16:41:25 +00:00
parent 1576dfe090
commit 0be2cc5eb3

View file

@ -32,6 +32,7 @@ my %shared_info;
return {
%{$shared_info{'gnu-shared'}},
shared_defflag => '-Wl,--version-script=',
dso_ldflags => '-z defs',
};
},
'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; },