diff options
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtils.h')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLUtils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtils.h b/cpp/src/IceSSL/OpenSSLUtils.h index 87c6bd2a5cb..efff081e212 100644 --- a/cpp/src/IceSSL/OpenSSLUtils.h +++ b/cpp/src/IceSSL/OpenSSLUtils.h @@ -14,9 +14,6 @@ namespace IceSSL { -namespace OpenSSL -{ - std::string getGeneralizedTime(ASN1_GENERALIZEDTIME*); std::string getUTCTime(ASN1_UTCTIME*); @@ -38,8 +35,6 @@ std::string getVerificationError(int); } -} - extern "C" { |