X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_conf.c;h=fc9bec78d447bdaf47eec64bdc1bd38bb1f80042;hb=28fd79bfc51ba3ca72caf78fcaacecfc1a19f19c;hp=15a79ed77059f3f13046626de0589e7aeba14f2f;hpb=f761a53231d1a023e2d3e5efcc5591b04a34f98a;p=tfcrypt.git diff --git a/tfc_conf.c b/tfc_conf.c index 15a79ed..fc9bec7 100644 --- a/tfc_conf.c +++ b/tfc_conf.c @@ -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")) {