summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
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