Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for cygwin v2 #210

Merged
merged 4 commits into from
May 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
cygwin fix v2
  • Loading branch information
seega authored May 6, 2023
commit 998c47f1fe70c7ef6be8d2d780b1fc2860c4bf17
3 changes: 3 additions & 0 deletions keyhunt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ email: albertobsd@gmail.com
#endif

#ifdef __unix__
#ifdef __CYGWIN__
#else
#include <linux/random.h>
#endif
#endif

#define CRYPTO_NONE 0
#define CRYPTO_BTC 1
Expand Down