X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/9c22e9e0d174ee0c1e649464755568fe61c0e949..81b5286618b780d3c971ef151114ceaedd895773:/symm/ecb-def.h diff --git a/symm/ecb-def.h b/symm/ecb-def.h index 026343cc..62ce5236 100644 --- a/symm/ecb-def.h +++ b/symm/ecb-def.h @@ -98,8 +98,8 @@ void pre##_ecbsetkey(pre##_ecbctx *ctx, const pre##_ctx *k) \ */ \ \ void pre##_ecbinit(pre##_ecbctx *ctx, \ - const void *key, size_t sz, \ - const void *iv) \ + const void *key, size_t sz, \ + const void *iv) \ { \ pre##_init(&ctx->ctx, key, sz); \ } \ @@ -120,8 +120,8 @@ void pre##_ecbinit(pre##_ecbctx *ctx, \ */ \ \ void pre##_ecbencrypt(pre##_ecbctx *ctx, \ - const void *src, void *dest, \ - size_t sz) \ + const void *src, void *dest, \ + size_t sz) \ { \ const octet *s = src; \ octet *d = dest; \