Skip to content

Commit

Permalink
Update Random.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
seega authored May 6, 2023
1 parent b7c743e commit 5ed1716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions secp256k1/Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
#endif

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

#define RK_STATE_LEN 624

Expand Down

0 comments on commit 5ed1716

Please sign in to comment.