mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
quic: turn back some commented out checks as compile time
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
a6d6e8435a
commit
429ad96537
@ -223,8 +223,8 @@ static const unsigned int tabrand_chaos[TABRAND_TABSIZE] = {
|
||||
|
||||
static unsigned int stabrand(void)
|
||||
{
|
||||
//spice_assert( !(TABRAND_SEEDMASK & TABRAND_TABSIZE));
|
||||
//spice_assert( TABRAND_SEEDMASK + 1 == TABRAND_TABSIZE );
|
||||
SPICE_VERIFY( !(TABRAND_SEEDMASK & TABRAND_TABSIZE));
|
||||
SPICE_VERIFY( TABRAND_SEEDMASK + 1 == TABRAND_TABSIZE );
|
||||
|
||||
return TABRAND_SEEDMASK;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user