Merge pull request #406 from libtom/remove-sosemanuk_setup()-"NOP"
Sosemanuk - remove what is effectively a NOP
This commit is contained in:
commit
927b196210
@ -318,11 +318,7 @@ int sosemanuk_setup(sosemanuk_state *ss, const unsigned char *key, unsigned long
|
|||||||
#undef WUP0
|
#undef WUP0
|
||||||
#undef WUP1
|
#undef WUP1
|
||||||
|
|
||||||
/*
|
return CRYPT_OK;
|
||||||
* Initialize with a zero-value iv to ensure state is correct in the
|
|
||||||
* event user fails to call setiv().
|
|
||||||
*/
|
|
||||||
return sosemanuk_setiv(ss, NULL, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user