Another build fix.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 16:15:49 +0000 (17:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 16:15:49 +0000 (17:15 +0100)
src/util.cc

index ba9e6fa227c51276dd638c4aa843e6e4026f1769..f755c21e5903f3ae55df23d6004393eee10b42cf 100644 (file)
@@ -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