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