stealth / opmsg

opmsg message encryption
Other
750 stars 39 forks source link

Compile in Cygwin #3

Closed endeav0r closed 9 years ago

endeav0r commented 9 years ago

The following changes are required to make opmsg compile in cygwin. I am not particularly happy with -U__STRING_ANSI__ in the Makefile, and you may decide there is a better way.

For reference on the two cygwin-related issues: http://stackoverflow.com/questions/21689124/mkstemp-and-fdopen-in-cygwin-1-7-28 http://stackoverflow.com/questions/20145488/cygwin-g-stdstoi-error-stoi-is-not-a-member-of-std

stealth commented 9 years ago

Hm! Thinking about it :)

stealth commented 9 years ago

Added. Since theres a new persona hashing scheme I wonder are there any newline (\n vs. \r\n) issues with keys/messages exchanged across win/linux?

stealth commented 9 years ago

imported