remove OCB mode
[tfcrypt.git] / tfc_conf.c
index 15a79ed77059f3f13046626de0589e7aeba14f2f..fc9bec78d447bdaf47eec64bdc1bd38bb1f80042 100644 (file)
@@ -80,8 +80,6 @@ _nspc:
                                ctr_mode = TFC_MODE_ECB;
                        else if (!strcasecmp(d, "xts"))
                                ctr_mode = TFC_MODE_XTS;
-                       else if (!strcasecmp(d, "ocb"))
-                               ctr_mode = TFC_MODE_OCB;
                        else xerror(NO, YES, YES, "[%s] ctr_mode=%s: invalid mode of operation", path, d);
                }
                else if (!strcmp(s, "tfc_salt")) {