summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Util.cpp')
-rw-r--r--cpp/src/IceSSL/Util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp
index f1c4da46c80..4150f377b8e 100644
--- a/cpp/src/IceSSL/Util.cpp
+++ b/cpp/src/IceSSL/Util.cpp
@@ -50,6 +50,7 @@ IceSSL::readFile(const string& file, vector<char>& buffer)
}
}
+#ifndef ICE_USE_OPENSSL
namespace
{
bool
@@ -91,6 +92,7 @@ parseBytes(const string& arg, vector<unsigned char>& buffer)
return true;
}
}
+#endif
#ifdef ICE_USE_OPENSSL
namespace