Browse Source

remove lying comment

Steffen Jaeckel 7 years ago
parent
commit
fd6535c74b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/stream/sosemanuk/sosemanuk.c

+ 0 - 4
src/stream/sosemanuk/sosemanuk.c

@@ -318,10 +318,6 @@ int sosemanuk_setup(sosemanuk_state *ss, const unsigned char *key, unsigned long
 #undef WUP0
 #undef WUP0
 #undef WUP1
 #undef WUP1
 
 
-    /*
-     * Initialize with a zero-value iv to ensure state is correct in the
-     * event user fails to call setiv().
-     */
     return CRYPT_OK;
     return CRYPT_OK;
 }
 }