mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
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)
This commit is contained in:
parent
6f60a5a1c6
commit
8a3c000c8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user