]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix ASN.1 test secure cookie comparison 903/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 4 Mar 2019 16:07:45 +0000 (11:07 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 4 Mar 2019 20:36:05 +0000 (15:36 -0500)
commit59dd1bebbdfc13df4762030f063a171fdafed345
tree1fde37e25602dad75abdee6d35c320f7d2aeedcc
parent8a349dccfad742966af8eaf551732bb4c84376dd
Fix ASN.1 test secure cookie comparison

One of the comparisons in ktest_equal_secure_cookie() was
tautological.  Use scalar_equal() for consistency with other tests.
Also use scalar_equal() in ktest_equal_kkdcp_message().
src/tests/asn.1/ktest_equal.c