summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtils.h')
-rw-r--r--cpp/src/IceSSL/OpenSSLUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtils.h b/cpp/src/IceSSL/OpenSSLUtils.h
index 2815ec4b059..9551fd29193 100644
--- a/cpp/src/IceSSL/OpenSSLUtils.h
+++ b/cpp/src/IceSSL/OpenSSLUtils.h
@@ -36,7 +36,7 @@ DH* getTempDH4096();
std::string sslGetErrors();
-std::string getVerificationError(int);
+std::string getVerificationError(long);
}