X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_conf.c;h=fc9bec78d447bdaf47eec64bdc1bd38bb1f80042;hb=427cccc02bf41be626fb70408e172d41fb1176b4;hp=da4523151b5a070be91d0d48300d9d2612f8040a;hpb=72672c5cb76597fdc07cbc9bc190394d1c1d3ee1;p=tfcrypt.git diff --git a/tfc_conf.c b/tfc_conf.c index da45231..fc9bec7 100644 --- a/tfc_conf.c +++ b/tfc_conf.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * @@ -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")) {