diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-15 15:39:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-15 15:39:39 +0000 |
| commit | 60299c4e299c6efe9d516ede7e8fa732646a3de0 (patch) | |
| tree | 20ef60df8e347a068a082628f884dc7cc7568424 /src/exceptions.h | |
| parent | 9bcc4e7b7099b07677d77fe9ea52330fc93c7aa7 (diff) | |
Improve KDM decryption error message again.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
