mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
cmcurl: fix X509_STORE_up_ref issue not just on LCC 1.23, but on LCC <= 1.23
This commit is contained in:
@@ -293,9 +293,9 @@ typedef unsigned long sslerr_t;
|
||||
#define HAVE_SSL_X509_STORE_SHARE
|
||||
#endif
|
||||
|
||||
/* FIXME: On a specific machine using LCC 1.23, OpenSSL 2.0.0
|
||||
* is found but does not seem to have X509_STORE_up_ref. */
|
||||
#if defined(__LCC__) && defined(__EDG__) && (__LCC__ == 123)
|
||||
/* FIXME: On LCC <= 1.23, OpenSSL 2.0.0 may be
|
||||
* found but does not seem to have X509_STORE_up_ref. */
|
||||
#if defined(__LCC__) && defined(__EDG__) && (__LCC__ <= 123)
|
||||
#undef HAVE_SSL_X509_STORE_SHARE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user