Move the handling of dso_scheme to dso_conf.h
authorRichard Levitte <levitte@openssl.org>
Fri, 23 Mar 2018 00:02:08 +0000 (01:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Mar 2018 00:02:08 +0000 (01:02 +0100)
commitc45bf277a1522a2eef94904f1c8ae18237c49a01
tree9c226bf23a5a65615dfeda68de4457385e9b44fc
parent29f3cfddabfe448e9f5417ea228a99bb5e991017
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)
Configure
crypto/include/internal/dso_conf.h.in