summaryrefslogtreecommitdiff
path: root/cpp/src
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
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')
-rw-r--r--cpp/src/IcePack/Grammar.y2
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Grammar.y b/cpp/src/IcePack/Grammar.y
index a38927d2942..3bcd35ce1e2 100644
--- a/cpp/src/IcePack/Grammar.y
+++ b/cpp/src/IcePack/Grammar.y
@@ -221,7 +221,7 @@ strings
}
| ICE_PACK_STRING
{
- $$ = $1
+ $$ = $1;
}
;
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