Merge pull request #210 from seega/main

fix for cygwin v2
This commit is contained in:
Alberto 2023-05-07 10:33:45 -06:00 committed by GitHub
commit 6300610894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -24,8 +24,11 @@
#endif
#ifdef __unix__
#ifdef __CYGWIN__
#else
#include <linux/random.h>
#endif
#endif
#define RK_STATE_LEN 624