Package: twofish / 0.3-4

Metadata

Package Version Patches format
twofish 0.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 conditionals.diff | (download)

twofish.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 stringent conditional clauses.
 A handful conditionals use a bit-OR testing, where an inclusive OR
 is the proper mechanism.
02 support_cpp.diff | (download)

twofish.h | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 external declaration for c++.
 Insert the external declaration needed for
 direct inclusion in C++ sources.
 .
 Protect against duplicate inclusion of the
 header file.