Revert inclusion of our own openssl.
[dcpomatic.git] / src / lib / cross_osx.cc
index 2dc9b2702b006044f8d384e450f6877753ccc4c3..50e4beb1c204512ddea56dbf93d10253ce443baa 100644 (file)
@@ -151,7 +151,8 @@ mount_info ()
 boost::filesystem::path
 openssl_path ()
 {
-       return directory_containing_executable() / "openssl";
+       /* Assume it's on the path */
+       return "openssl";
 }