From 007c9ddcb0c49733522688c4d2364d1a4ab9ec8e Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 30 Mar 2016 06:56:44 -0400
Subject: [PATCH] Enigma: Handle messages with text before an encrypted block (#5149)

---
 plugins/enigma/lib/enigma_signature.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/plugins/enigma/lib/enigma_signature.php b/plugins/enigma/lib/enigma_signature.php
index 4207435..8e9f1c9 100644
--- a/plugins/enigma/lib/enigma_signature.php
+++ b/plugins/enigma/lib/enigma_signature.php
@@ -25,4 +25,8 @@
     public $name;
     public $comment;
     public $email;
+
+    // Set it to true if signature is valid, but part of the message
+    // was out of the signed block
+    public $partial;
 }

--
Gitblit v1.9.1