summaryrefslogtreecommitdiffstats
path: root/test/hmactest.c
diff options
context:
space:
mode:
authorKurt Cancemi <kurt@x64architecture.com>2016-06-29 07:03:28 -0400
committerRich Salz <rsalz@openssl.org>2016-06-30 08:52:37 -0400
commit8a3c000c8f621cd01929313fcb7d0cc23fb516a6 (patch)
tree18b83af115719e9869047e7bc981228ecdf9a8e2 /test/hmactest.c
parent6f60a5a1c64ea0e7b0cefddd5c676b727a90f3df (diff)
Fix hmac test case 6
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1267)
Diffstat (limited to 'test/hmactest.c')
-rw-r--r--test/hmactest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hmactest.c b/test/hmactest.c
index 0f4348b73c..a5c6e74e00 100644
--- a/test/hmactest.c
+++ b/test/hmactest.c
@@ -71,8 +71,8 @@ static struct test_st {
(unsigned char *)"bab53058ae861a7f191abe2d0145cbb123776a6369ee3f9d79ce455667e411dd"
},
{
- "12345", 5, "My test data again", 12,
- (unsigned char *)"7dbe8c764c068e3bcd6e6b0fbcd5e6fc197b15bb"
+ "12345", 5, "My test data again", 18,
+ (unsigned char *)"a12396ceddd2a85f4c656bc1e0aa50c78cffde3e"
}
};
# endif