floodyberry / chacha-opt

Optimized block functions for the ChaCha stream cipher
47 stars 16 forks source link

Fixes for cygwin #1

Closed neheb closed 10 years ago

neheb commented 10 years ago

Fails to compile without these changes.

Also, one of the files was using a mix of CRLF and LF. Changed to LF only using dos2unix.

floodyberry commented 10 years ago

completely forgot about cygwin, thanks for the fix!

I might've screwed up tortoisegit settings, it should've been converting line endings. dos2unix is usually what I use when I screw something up too.