diff options
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 |
