/
dso_config.h.in
dso_config.h.in
This is dso_config.h and as you can see it is pretty simple:
#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.
, multiple selections available,
Related content
Looking at the makefile
Looking at the makefile
More like this
How do .h.in become .h files?
How do .h.in become .h files?
More like this
OpenSSL have a more nested structure for their source code than what we use internally
OpenSSL have a more nested structure for their source code than what we use internally
More like this
Make Dependency Files for C/C++ Headers
Make Dependency Files for C/C++ Headers
More like this
C Preprocessor
C Preprocessor
More like this
Why do we need header files?
Why do we need header files?
More like this