Commit 88e3cf0a authored by Richard Levitte's avatar Richard Levitte
Browse files

test/evp_test.c: Fixed strcmp() fault in mac_test_init()



When wanting to compare the end of a string with another string, make
sure not to start somewhere before the start of the first string.

[extended tests]

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7520)
parent ce5d64c7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment