diff options
| -rw-r--r-- | src/crypt/cryptclassnullcipher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt/cryptclassnullcipher.cpp b/src/crypt/cryptclassnullcipher.cpp index eb3d81a..d427efa 100644 --- a/src/crypt/cryptclassnullcipher.cpp +++ b/src/crypt/cryptclassnullcipher.cpp @@ -121,6 +121,6 @@ void CryptClassNullCipher::decrypt() void CryptClassNullCipher::handleErrors() { - qDebug() << ERR_get_error(); + qDebug() << ERR_reason_error_string(ERR_get_error()); abort(); } |
