diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-24 15:13:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-24 15:13:45 +0100 |
commit | 26dd5d4614e5968f111b77a3f03129a6a2a7c0c7 (patch) | |
tree | 1633f15c0dc0e61d11dda756f9ef8b7181eb824a /svl | |
parent | 432d72dc0bdf2c43f2493f7db26f3be754c64859 (diff) |
fix oss-fuzz build
Change-Id: I8301edeb351479a938de442a6823028994fc4d26
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/crypto/cryptosign.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |