1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-23 06:59:25 -05: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 #define BLKSIZE 128
typedef unsigned int uint32;
/* /*
* Arithmetic implementations. Note that AND, XOR and NOT can * Arithmetic implementations. Note that AND, XOR and NOT can
* overlap destination with one source, but the others can't. * overlap destination with one source, but the others can't.