diff options
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r-- | cpp/src/IceSSL/Util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h index 6204dedbb4d..73641441047 100644 --- a/cpp/src/IceSSL/Util.h +++ b/cpp/src/IceSSL/Util.h @@ -114,7 +114,10 @@ void loadCertificate(SecCertificateRef*, CFDataRef*, SecKeyRef*, SecKeychainRef, const std::string& = "", const PasswordPromptPtr& = 0, int = 0); CFArrayRef loadCACertificates(const std::string&, const std::string& = "", const PasswordPromptPtr& = 0, int = 0); - +SecCertificateRef findCertificates(SecKeychainRef, const std::string&, const std::string&); +#elif defined(ICE_USE_SCHANNEL) +std::vector<PCCERT_CONTEXT> +findCertificates(const std::string&, const std::string&, const std::string&, std::vector<HCERTSTORE>&); #endif // |