X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/9c22e9e0d174ee0c1e649464755568fe61c0e949..81b5286618b780d3c971ef151114ceaedd895773:/symm/ofb-def.h diff --git a/symm/ofb-def.h b/symm/ofb-def.h index 87e750ce..2aafacbe 100644 --- a/symm/ofb-def.h +++ b/symm/ofb-def.h @@ -184,8 +184,8 @@ void pre##_ofbinit(pre##_ofbctx *ctx, \ */ \ \ void pre##_ofbencrypt(pre##_ofbctx *ctx, \ - const void *src, void *dest, \ - size_t sz) \ + const void *src, void *dest, \ + size_t sz) \ { \ const octet *s = src; \ octet *d = dest; \ @@ -451,7 +451,7 @@ OFB_TESTX(PRE, pre, name, name) * Use: Standard test rig for OFB functions. */ -#define OFB_TESTX(PRE, pre, name, fname) \ +#define OFB_TESTX(PRE, pre, name, fname) \ \ static pre##_ctx key; \ static pre##_ofbctx ctx; \