poppler/Form.cc |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 810605dae2d7f239ce29640a31a9befe511c3190
Author: Albert Astals Cid <[email protected]>
Date:   Wed Mar 2 00:49:00 2016 +0100

    Compile++

diff --git a/poppler/Form.cc b/poppler/Form.cc
index 910c179..4dd56b7 100644
--- a/poppler/Form.cc
+++ b/poppler/Form.cc
@@ -5,7 +5,7 @@
 // This file is licensed under the GPLv2 or later
 //
 // Copyright 2006-2008 Julien Rebetez <[email protected]>
-// Copyright 2007-2012, 2015 Albert Astals Cid <[email protected]>
+// Copyright 2007-2012, 2015, 2016 Albert Astals Cid <[email protected]>
 // Copyright 2007-2008, 2011 Carlos Garcia Campos <[email protected]>
 // Copyright 2007, 2013 Adrian Johnson <[email protected]>
 // Copyright 2007 Iñigo Martínez <[email protected]>
@@ -1437,6 +1437,7 @@ void FormFieldSignature::parseInfo()
 
 void FormFieldSignature::hashSignedDataBlock(SignatureHandler *handler, 
Goffset block_len)
 {
+#ifdef ENABLE_NSS3
   const int BLOCK_SIZE = 4096;
   unsigned char signed_data_buffer[BLOCK_SIZE];
 
@@ -1457,7 +1458,7 @@ void 
FormFieldSignature::hashSignedDataBlock(SignatureHandler *handler, Goffset
       i += BLOCK_SIZE;
     }
   }
-
+#endif
 }
 
 
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to