summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 16:51:49 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 16:51:49 +0100
commit718d47c3900ab152272d68a29588bd689141071e (patch)
tree749a05ba59a717268405848384f39c6ce54bd017 /src
parentada2065df461ae9e56165e93e02b901c67a8bea3 (diff)
Try again to fix Windows build of previous.
Diffstat (limited to 'src')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index 66a03194..fba54cd3 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -176,7 +176,7 @@ dcp::init ()
#ifdef XMLSEC_CRYPTO_DYNAMIC_LOADING
if (xmlSecCryptoDLLoadLibrary(BAD_CAST XMLSEC_CRYPTO) < 0) {
- throw MiscError (String::compose("unable to load default xmlsec-crypto library '%1'", string(XMLSEC_CRYPTO)));
+ throw MiscError (String::compose("unable to load default xmlsec-crypto library '%1'", reinterpret_cast<const char*>((XMLSEC_CRYPTO))));
}
#endif