diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-02-21 14:07:08 +0200 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-02-21 14:07:08 +0200 |
commit | 26aa385bc5278ec0ae842cf6558d8fd32b6876f1 (patch) | |
tree | 57fb0c9c6c3686011b021c42671cf5065cdc0cf6 /extra/yassl/src/crypto_wrapper.cpp | |
parent | 37cedb7efad7568b496eb981e40a0910c0e22494 (diff) | |
parent | 222e128b34e7cfa67270a03c3d690d81dc0bc17b (diff) | |
download | mariadb-git-26aa385bc5278ec0ae842cf6558d8fd32b6876f1.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'extra/yassl/src/crypto_wrapper.cpp')
-rw-r--r-- | extra/yassl/src/crypto_wrapper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yassl/src/crypto_wrapper.cpp b/extra/yassl/src/crypto_wrapper.cpp index 28d7f1b5693..0291faab301 100644 --- a/extra/yassl/src/crypto_wrapper.cpp +++ b/extra/yassl/src/crypto_wrapper.cpp @@ -550,6 +550,7 @@ void RandomPool::Fill(opaque* dst, uint sz) const // Implementation of DSS Authentication struct DSS::DSSImpl { + DSSImpl() {} void SetPublic (const byte*, unsigned int); void SetPrivate(const byte*, unsigned int); TaoCrypt::DSA_PublicKey publicKey_; @@ -622,6 +623,7 @@ bool DSS::verify(const byte* sha_digest, unsigned int /* shaSz */, // Implementation of RSA key interface struct RSA::RSAImpl { + RSAImpl() {} void SetPublic (const byte*, unsigned int); void SetPrivate(const byte*, unsigned int); TaoCrypt::RSA_PublicKey publicKey_; |