From e8309fa58367c72746ef117a4bb2deee2fad1b48 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 17 Feb 2004 09:43:13 +0000 Subject: [PATCH] Fix obnoxious warning. --- stepmania/src/crypto51/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/crypto51/cryptlib.h b/stepmania/src/crypto51/cryptlib.h index 27783971cf..79408125e7 100644 --- a/stepmania/src/crypto51/cryptlib.h +++ b/stepmania/src/crypto51/cryptlib.h @@ -1355,7 +1355,7 @@ public: virtual void GenerateKeyPair(RandomNumberGenerator &rng, byte *privateKey, byte *publicKey) const; //! derive agreed value from your private key and couterparty's public key, return false in case of failure /*! \note If you have previously validated the public key, use validateOtherPublicKey=false to save time. - /*! \pre size of agreedValue == AgreedValueLength() + \pre size of agreedValue == AgreedValueLength() \pre length of privateKey == PrivateKeyLength() \pre length of otherPublicKey == PublicKeyLength() */