| commit | c45bf277a1522a2eef94904f1c8ae18237c49a01 | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Fri Mar 23 01:02:08 2018 +0100 |
| committer | Richard Levitte <levitte@openssl.org> | Fri Mar 23 01:02:08 2018 +0100 |
| tree | 9c226bf23a5a65615dfeda68de4457385e9b44fc | |
| parent | 29f3cfddabfe448e9f5417ea228a99bb5e991017 [diff] |
Move the handling of dso_scheme to dso_conf.h The macros resulting from the dso_scheme attribute were defined for libraries only, but there's a test program that uses the macros as well. The easier way is to move the handling of this macro to crypto/include/internal/dso_conf.h and having the modules that need it include it. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5733)