svl/source/crypto/cryptosign.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26dd5d4614e5968f111b77a3f03129a6a2a7c0c7
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jul 24 15:13:15 2017 +0100

    fix oss-fuzz build
    
    Change-Id: I8301edeb351479a938de442a6823028994fc4d26

diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx
index 3fca65a78a21..7d81ce90dcd7 100644
--- a/svl/source/crypto/cryptosign.cxx
+++ b/svl/source/crypto/cryptosign.cxx
@@ -2205,7 +2205,7 @@ bool Signing::Verify(const std::vector<unsigned char>& 
aData,
     return true;
 #else
     // Not implemented.
-    (void)aBuffer;
+    (void)aData;
     (void)bNonDetached;
     (void)aSignature;
     (void)rInformation;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to