Test that SipHash_Final() fails on uninited context
authorTomas Mraz <tomas@openssl.org>
Thu, 21 Apr 2022 15:13:44 +0000 (17:13 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 27 Apr 2022 08:05:03 +0000 (10:05 +0200)
commit4b694f29ea78ab8a94e67c89d4d81df18c5e3bf1
treec196bed6964e8558a0963bd8d4f0b5185af2bd6e
parent905fec4f4d6bb8a978476cbce0f293ffc683b5fd
Test that SipHash_Final() fails on uninited context

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18142)
test/siphash_internal_test.c