test/shlibloadtest.c: fix various errors
authorRichard Levitte <levitte@openssl.org>
Fri, 23 Mar 2018 00:05:41 +0000 (01:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Mar 2018 00:05:41 +0000 (01:05 +0100)
commitcfaad1713e0dd71851aa281c2f1882d9832c90c4
tree4f6a58a3e54ee972bb910756e48c99d696b35563
parentb71fa7b32d0d80dc1fa5fedf7f0b9a991d746c41
test/shlibloadtest.c: fix various errors

These errors were hidden because compiling this file didn't get the
macros derived from the dso_scheme attribute, and therefore, some code
never got compiled.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5733)
test/shlibloadtest.c