diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-10-13 11:18:30 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-10-13 11:18:30 +0200 |
commit | 02be50a58fb03d3c1970a71a7a378a2cde45d217 (patch) | |
tree | d588ab345f1645b1b74b8e847290bdd07b2c350a /extra/yassl/taocrypt/test/test.cpp | |
parent | 7497ebf8a49bfe30bb4110f2ac20a30f804b7946 (diff) | |
parent | 5c6169fb309981b564a17bee31b367a18866d674 (diff) | |
download | mariadb-git-02be50a58fb03d3c1970a71a7a378a2cde45d217.tar.gz |
Merge branch 'mysql/5.5' into 5.5
Diffstat (limited to 'extra/yassl/taocrypt/test/test.cpp')
-rw-r--r-- | extra/yassl/taocrypt/test/test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/test/test.cpp b/extra/yassl/taocrypt/test/test.cpp index c23d981924d..b07a9eb9f29 100644 --- a/extra/yassl/taocrypt/test/test.cpp +++ b/extra/yassl/taocrypt/test/test.cpp @@ -1281,6 +1281,9 @@ int dsa_test() if (!verifier.Verify(digest, decoded)) return -90; + if (!verifier.Verify(digest, signature)) + return -91; + return 0; } |