diff options
author | msvensson@pilot.blaudden <> | 2007-03-01 18:12:56 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-01 18:12:56 +0100 |
commit | f5778fc73e4e676f38c4734bca3a96f4d08dc2d7 (patch) | |
tree | dd839a6db9e2985054d2bc99faaafdc4440866fc /extra/yassl/src/crypto_wrapper.cpp | |
parent | ab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff) | |
parent | 2f5a2b2476a0ca43d0a5bdfb979b427ff806839f (diff) | |
download | mariadb-git-f5778fc73e4e676f38c4734bca3a96f4d08dc2d7.tar.gz |
Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
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_; |