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:58 +0000 (10:05 +0200)
commitc1a5e4c564742354148e3aab1f81a9b0177e832c
treedc4ebe55a3fa34d575b04f4d3f78f199af9c195e
parent6893e691d8dafe8fb74585f6c23f1ca8d70f97a9
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)

(cherry picked from commit 4b694f29ea78ab8a94e67c89d4d81df18c5e3bf1)
test/siphash_internal_test.c