summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-11-29 10:56:11 -0500
committerJeffrey Walton <noloader@gmail.com>2021-11-29 10:56:11 -0500
commit9a81d45983eb5cf2a77d2118d510e31981430086 (patch)
tree9bf9a6c2e8fdf2a36cf791a1ac89cca46c69490a /cryptlib.h
parent056084aefc52922e1b7c7c637ef0a82dd4301dfd (diff)
downloadcryptopp-git-9a81d45983eb5cf2a77d2118d510e31981430086.tar.gz
Whitespace check-in
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index b6acf1b8..7e9c84e1 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -2815,7 +2815,7 @@ public:
/// \details MaxSignatureLength() returns the maximum signature length produced given the length of the
/// recoverable message part.
virtual size_t MaxSignatureLength(size_t recoverablePartLength = 0) const
- {CRYPTOPP_UNUSED(recoverablePartLength); return SignatureLength();}
+ {CRYPTOPP_UNUSED(recoverablePartLength); return SignatureLength();}
/// \brief Provides the length of longest message that can be recovered
/// \return the length of longest message that can be recovered, in bytes