diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 17:15:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 17:15:49 +0100 |
| commit | 43c859fa095987d3c367c2426f698d7477e81305 (patch) | |
| tree | 4aaaf242d5cad957de9eb2487cd29c3918a73e65 /src | |
| parent | 8331c050aab2e53ff7848c354e6790c681600dee (diff) | |
Another build fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.cc | 2 |
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 |
