aboutsummaryrefslogtreecommitdiffstats
path: root/src/credentials
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-04-25 14:30:52 +0000
committerlloyd <[email protected]>2012-04-25 14:30:52 +0000
commit28c64de10a4a6621e79879fe3047983bb8da9904 (patch)
tree46587772bebc38ee512111a0d23862f1f9837433 /src/credentials
parentb72a44475d06263e1492f8913310b5f29515cba6 (diff)
Huge pile of post merge fixups, mtn really fucked that merge
Diffstat (limited to 'src/credentials')
-rw-r--r--src/credentials/credentials_manager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/credentials/credentials_manager.cpp b/src/credentials/credentials_manager.cpp
index 88b653df5..07d2979f9 100644
--- a/src/credentials/credentials_manager.cpp
+++ b/src/credentials/credentials_manager.cpp
@@ -125,7 +125,8 @@ void Credentials_Manager::verify_certificate_chain(
}
if(result != VERIFIED)
- throw std::runtime_error("Certificate did not validate, code " + to_string(result));
+ throw std::runtime_error("Certificate did not validate, code " +
+ std::to_string(result));
#else
// New X.509 API