aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-28 18:31:26 +0000
committerlloyd <[email protected]>2011-12-28 18:31:26 +0000
commit353c24912b7a5e93c8d8572b7410624691d3377d (patch)
tree986edb2e42188085c28d45d8a449f01c1ac5206a /src/tls
parent2299fee297f8c3efcc59bd9a9c4ab97d40e39632 (diff)
Cleaner
Diffstat (limited to 'src/tls')
-rw-r--r--src/tls/cert_ver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/cert_ver.cpp b/src/tls/cert_ver.cpp
index 73cd7343b..e4dd7a840 100644
--- a/src/tls/cert_ver.cpp
+++ b/src/tls/cert_ver.cpp
@@ -25,7 +25,7 @@ Certificate_Verify::Certificate_Verify(RandomNumberGenerator& rng,
TLS_Handshake_Hash& hash,
const Private_Key* priv_key)
{
- BOTAN_ASSERT_NONNULL(priv_key, "");
+ BOTAN_ASSERT_NONNULL(priv_key);
std::string padding = "";
Signature_Format format = IEEE_1363;