aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/decryptionresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r--lang/cpp/src/decryptionresult.h1
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;