diff options
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; |