|
@@ -322,7 +322,7 @@ int sosemanuk_setup(sosemanuk_state *ss, const unsigned char *key, unsigned long
|
|
* Initialize with a zero-value iv to ensure state is correct in the
|
|
* Initialize with a zero-value iv to ensure state is correct in the
|
|
* event user fails to call setiv().
|
|
* event user fails to call setiv().
|
|
*/
|
|
*/
|
|
- return sosemanuk_setiv(ss, NULL, 0);
|
|
|
|
|
|
+ return CRYPT_OK;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|