X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconnobject%2FConnectionObject.h;h=96aa615ef6344180d0eb2116026abc14163c17bf;hp=35e0b78d082feb294dc590b52b957832c633d39c;hb=b1467ce3cde3c61f79030bf4329f7037904043e1;hpb=5d754ed0c1a843766a530550ac038c534c2eeb4b diff --git a/source/connobject/ConnectionObject.h b/source/connobject/ConnectionObject.h index 35e0b78..96aa615 100644 --- a/source/connobject/ConnectionObject.h +++ b/source/connobject/ConnectionObject.h @@ -22,6 +22,7 @@ #include #include #include +#include "../common/sslcertstructs.h" enum COConnectResult { COCONNECT_UNITTESTFAIL = -1, @@ -98,6 +99,15 @@ class ConnectionObject{ virtual bool HasValidResponse() {}; virtual bool IsSelfSigned() {}; virtual std::string GetErrorMessage() {}; + + // OS specific functions. + +#if defined(__APPLE__) +#elif defined(__WIN32__) +#else + SSLCertCollectionString BuildSSLCollection() {}; + +#endif protected: // Test Mode.