diff options
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtils.h')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtils.h b/cpp/src/IceSSL/OpenSSLUtils.h index 32d34354e69..87c6bd2a5cb 100644 --- a/cpp/src/IceSSL/OpenSSLUtils.h +++ b/cpp/src/IceSSL/OpenSSLUtils.h @@ -34,6 +34,8 @@ DH* getTempDH4096(); std::string sslGetErrors(); +std::string getVerificationError(int); + } } |