1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Destroy DOS line endings and unnecessary redefinition of uint32.

[originally from svn r1289]
This commit is contained in:
Simon Tatham 2001-09-23 16:45:36 +00:00
parent f5aca9a62b
commit c7139c343c

View File

@ -8,8 +8,6 @@
#define BLKSIZE 128
typedef unsigned int uint32;
/*
* Arithmetic implementations. Note that AND, XOR and NOT can
* overlap destination with one source, but the others can't.