Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It looks like you can disable DSO using the no-dso flag which would imply that the header file generated would be practically emptyThis is dso_config.h and as you can see it is pretty simple:

Code Block
#ifndef OSSL_CRYPTO_DSO_CONF_H
# define OSSL_CRYPTO_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

It appears that it is only grabbing the value of dso_extension from ConfigData.pm.