From 894874fe75ce079ad57e9d5e19813193b129152d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 04:57:48 -0400 Subject: Whitespace checkin --- dsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dsa.h') diff --git a/dsa.h b/dsa.h index 5b4c895b..41c95062 100644 --- a/dsa.h +++ b/dsa.h @@ -33,7 +33,7 @@ enum DSASignatureFormat { //! \details This function converts between these formats, and returns length //! of signature in the target format. If toFormat == DSA_P1363, then //! bufferSize must equal publicKey.SignatureLength() -size_t DSAConvertSignatureFormat(byte *buffer, size_t bufferSize, DSASignatureFormat toFormat, +size_t DSAConvertSignatureFormat(byte *buffer, size_t bufferSize, DSASignatureFormat toFormat, const byte *signature, size_t signatureLen, DSASignatureFormat fromFormat); NAMESPACE_END -- cgit v1.2.1