Added files via upload

Fix a bug when using SSL-encryption with SMTP:

http://pocoproject.org/forum/viewtopic.php?f=12&t=6708
This commit is contained in:
erl987
2016-02-20 21:51:15 +01:00
parent 6c7aa0ade3
commit 6578910fc4

View File

@@ -13,7 +13,6 @@
// SPDX-License-Identifier: BSL-1.0
//
#define NetSSL_Win_API __declspec(dllexport)
#include "Poco/Net/SecureSocketImpl.h"
#include "Poco/Net/SSLException.h"