commit | cfaad1713e0dd71851aa281c2f1882d9832c90c4 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Mar 23 01:05:41 2018 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Fri Mar 23 01:05:41 2018 +0100 |
tree | 4f6a58a3e54ee972bb910756e48c99d696b35563 | |
parent | b71fa7b32d0d80dc1fa5fedf7f0b9a991d746c41 [diff] |
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)