summaryrefslogtreecommitdiff
path: root/src/lib/cross_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cross_linux.cc')
-rw-r--r--src/lib/cross_linux.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc
index ee49d50bc..03829eb04 100644
--- a/src/lib/cross_linux.cc
+++ b/src/lib/cross_linux.cc
@@ -182,12 +182,8 @@ directory_containing_executable ()
boost::filesystem::path
openssl_path ()
{
- auto p = directory_containing_executable() / "dcpomatic2_openssl";
- if (boost::filesystem::is_regular_file(p)) {
- return p;
- }
-
- return "dcpomatic2_openssl";
+ /* Assume it's on the path */
+ return "openssl";
}