diff options
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r-- | lang/cpp/src/decryptionresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/decryptionresult.h b/lang/cpp/src/decryptionresult.h index cd3ab7c4..57705b48 100644 --- a/lang/cpp/src/decryptionresult.h +++ b/lang/cpp/src/decryptionresult.h @@ -73,6 +73,7 @@ public: return isWrongKeyUsage(); } bool isWrongKeyUsage() const; + bool isDeVs() const; const char *fileName() const; |