summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLUtils.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-07-17 19:47:30 +0000
committerAnthony Neal <aneal@zeroc.com>2002-07-17 19:47:30 +0000
commit5f05821a9aed2607b82ae40a0964ab86252a0b78 (patch)
treeacb63fae4434b822099045fc5e689e90e01ffb5d /cpp/src/IceSSL/OpenSSLUtils.h
parentUse IceStorm service (diff)
downloadice-5f05821a9aed2607b82ae40a0964ab86252a0b78.tar.bz2
ice-5f05821a9aed2607b82ae40a0964ab86252a0b78.tar.xz
ice-5f05821a9aed2607b82ae40a0964ab86252a0b78.zip
Have added new capabilities to Glacier to adjust the issued time to allow
for a certain 'grace' period for clients whose clocks are off. This is Glacier.Starter.Certificate.IssuedAdjust.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtils.h')
-rw-r--r--cpp/src/IceSSL/OpenSSLUtils.h2
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);
+
}
}