summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 17:15:49 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 17:15:49 +0100
commit43c859fa095987d3c367c2426f698d7477e81305 (patch)
tree4aaaf242d5cad957de9eb2487cd29c3918a73e65 /src/util.cc
parent8331c050aab2e53ff7848c354e6790c681600dee (diff)
Another build fix.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
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