Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 72664)
+++ /trunk/configure	(revision 72665)
@@ -2379,4 +2379,7 @@
 fi
 
+# Always use our own libssl on non-OSE builds for compatibility reasons.
+[ $OSE -eq 1 ] || BUILD_LIBSSL=1
+
 # Change OS specific defaults; must be before all other stuff
 if [ "$OS" = "darwin" ]; then
@@ -2410,5 +2413,4 @@
   LIBPTHREAD="-lroot"
   #[ $OSE -eq 1 ] || BUILD_LIBCURL=1
-  [ $OSE -eq 1 ] || BUILD_LIBSSL=1
 elif [ "$OS" = "solaris" ]; then
   [ $OSE -eq 1 ] && WITH_LIBVPX=0
