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:
parent
1576dfe090
commit
0be2cc5eb3
1 changed files with 1 additions and 0 deletions
|
@ -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'}; },
|
||||
|
|
Loading…
Reference in a new issue