The branch master has been updated
       via  8a3c000c8f621cd01929313fcb7d0cc23fb516a6 (commit)
      from  6f60a5a1c64ea0e7b0cefddd5c676b727a90f3df (commit)


- Log -----------------------------------------------------------------
commit 8a3c000c8f621cd01929313fcb7d0cc23fb516a6
Author: Kurt Cancemi <[email protected]>
Date:   Wed Jun 29 07:03:28 2016 -0400

    Fix hmac test case 6
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/1267)

-----------------------------------------------------------------------

Summary of changes:
 test/hmactest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/hmactest.c b/test/hmactest.c
index 0f4348b..a5c6e74 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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to