From 43c859fa095987d3c367c2426f698d7477e81305 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Feb 2020 17:15:49 +0100 Subject: Another build fix. --- src/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util.cc b/src/util.cc index ba9e6fa2..f755c21e 100644 --- a/src/util.cc +++ b/src/util.cc @@ -176,7 +176,7 @@ dcp::init () #ifdef XMLSEC_CRYPTO_DYNAMIC_LOADING if (xmlSecCryptoDLLoadLibrary(BAD_CAST "openssl") < 0) { - throw MiscError (String::compose("unable to load openssl xmlsec-crypto library")); + throw MiscError ("unable to load openssl xmlsec-crypto library"); } #endif -- cgit v1.2.3