From 60299c4e299c6efe9d516ede7e8fa732646a3de0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Dec 2017 15:39:39 +0000 Subject: Improve KDM decryption error message again. --- src/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index fb17801f..f187df1c 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -176,7 +176,7 @@ public: class KDMDecryptionError : public std::runtime_error { public: - KDMDecryptionError (std::string message); + KDMDecryptionError (std::string message, int cipher_length, int modulus_dmax); }; class KDMFormatError : public std::runtime_error -- cgit v1.2.3