From 7bbcb5240103b4ab19a7b35cd888dd25cf56aad1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Oct 2013 10:59:33 +0100 Subject: Try to fix openssl use on Windows. --- src/lib/util.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index ae3de2d6b..e0495f18b 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -65,6 +65,7 @@ extern "C" { #include "config.h" #include "ratio.h" #include "job.h" +#include "cross.h" #ifdef DCPOMATIC_WINDOWS #include "stack.hpp" #endif @@ -824,7 +825,7 @@ make_signer () { boost::filesystem::path const sd = Config::instance()->signer_chain_directory (); if (boost::filesystem::is_empty (sd)) { - libdcp::make_signer_chain (sd); + libdcp::make_signer_chain (sd, openssl_path ()); } libdcp::CertificateChain chain; -- cgit v1.2.3