Skip to content

Commit

Permalink
Windows embedded OpenSSL: Fixed bogus warning during compilation (Ext…
Browse files Browse the repository at this point in the history
…ernal OpenSSL defined but internal headers used - possible mismatch!) (#3627)
  • Loading branch information
matejk authored Jun 2, 2022
1 parent 8939866 commit eaf88cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/include/Poco/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
// empty or other value:
// Do not link any OpenSSL libraries automatically. You will have to edit the
// Visual C++ project files for Crypto and NetSSL_OpenSSL.
#ifndef POCO_EXTERNAL_OPENSSL
#if !defined(POCO_EXTERNAL_OPENSSL) && defined(POCO_EXTERNAL_OPENSSL_SLPRO)
#define POCO_EXTERNAL_OPENSSL POCO_EXTERNAL_OPENSSL_SLPRO
#endif

Expand Down

0 comments on commit eaf88cc

Please sign in to comment.