chiark / gitweb /
transform: split out transform-common.h
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:49 +0000 (18:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:49 +0000 (18:30 +0100)
commit92a7d254975db245c3320855515bffc1aebda9e4
treed4dfdfc389d437c6d845d008fc834b0fc3d3005e
parent9018e07aec9e5a32e85b03d997a272c40ff2d915
transform: split out transform-common.h

To avoid too much duplication, some boilerplate and helpful code from
transport.c is now brought out into macros in transport-common.h.

It will be reused in the later commits introducing the EAX transform.

Also, rename transform.c to transform-cbcmac.c, etc.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
README
modules.c
secnet.h
transform-cbcmac.c [moved from transform.c with 89% similarity]
transform-common.h [new file with mode: 0644]