-O nobuf: disable IO buffering
[tfcrypt.git] / tfc_misc.c
index b140a8247125d616e97d331056ae5a64c43bbb40..01998f2f13a877e451fd007cfac347282a2c896d 100644 (file)
@@ -102,11 +102,10 @@ const char *tfc_modename(int mode)
        return NULL;
 }
 
-tfc_yesno tfc_is_stream(int mode)
+tfc_yesno tfc_is_freestream(int mode)
 {
        switch (mode) {
                case TFC_MODE_PLAIN:
-               case TFC_MODE_CTR:
                case TFC_MODE_STREAM: return YES;
        }