summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-05-11 17:53:40 +0000
committerBernard Normier <bernard@zeroc.com>2004-05-11 17:53:40 +0000
commitfe8c2d3183a4872f2eab15c6ec9a0e24f6d6eb70 (patch)
tree1cbf616cfedbda5edfd1e0d18acc3fe7b8f1e407 /cpp/src/IceSSL/OpenSSLPluginI.cpp
parentAdded banner and show commands to icepackadmin and icestormadmin (diff)
downloadice-fe8c2d3183a4872f2eab15c6ec9a0e24f6d6eb70.tar.bz2
ice-fe8c2d3183a4872f2eab15c6ec9a0e24f6d6eb70.tar.xz
ice-fe8c2d3183a4872f2eab15c6ec9a0e24f6d6eb70.zip
FreeBSD port
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp
index 1e8e1abbe30..6d020a45d39 100644
--- a/cpp/src/IceSSL/OpenSSLPluginI.cpp
+++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp
@@ -43,7 +43,7 @@
#define OPENSSL_THREAD_DEFINES
#include <openssl/opensslconf.h>
-#if OPENSSL_VERSION_NUMBER < 0x0090700fL
+#if OPENSSL_VERSION_NUMBER < 0x0090700fL || defined(__FreeBSD__)
# if !defined(THREADS)
# error "Thread support not enabled"
# endif