< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Those preprocessor flags are no longer present in any of the header-files; that way any program including the headers will see the same API as the build-system did when the libs were built. In other words, the headers are exactly the same whether USE_IPV6 or USE_SSL are set. The exception is headers for classes that only make sense if SSL is enabled; OpenSSLInit, Security, TlsTransport, etc. If USE_SSL is disabled in the build, these headers are not installed at all, so there is no way to cause API/ABI mismatch by including them. If you are working with a source tree, you'll get linker errors, but not core dumps. Best regards, Byron Campen
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature