summaryrefslogtreecommitdiff
path: root/extra/yassl/include/crypto_wrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yassl/include/crypto_wrapper.hpp')
-rw-r--r--extra/yassl/include/crypto_wrapper.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/yassl/include/crypto_wrapper.hpp b/extra/yassl/include/crypto_wrapper.hpp
index ca9d870677e..cb542c25a67 100644
--- a/extra/yassl/include/crypto_wrapper.hpp
+++ b/extra/yassl/include/crypto_wrapper.hpp
@@ -41,8 +41,8 @@
namespace yaSSL {
-// Digest policy should implement a get_digest, update, and get sizes for pad and
-// digest
+// Digest policy should implement a get_digest, update, and get sizes for pad
+// and digest
struct Digest : public virtual_base {
virtual void get_digest(byte*) = 0;
virtual void get_digest(byte*, const byte*, unsigned int) = 0;
@@ -380,7 +380,7 @@ public:
uint get_agreedKeyLength() const;
const byte* get_agreedKey() const;
const byte* get_publicKey() const;
- void makeAgreement(const byte*);
+ void makeAgreement(const byte*, unsigned int);
void set_sizes(int&, int&, int&) const;
void get_parms(byte*, byte*, byte*) const;