diff options
author | Ørjan Malde <red@foxi.me> | 2019-10-20 20:22:22 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2019-10-20 20:22:22 +0200 |
commit | b80c4bf262a4eefbe55be78fee5853b787711bca (patch) | |
tree | 67f476b65926bf312e01c0aef46b1c384e4a1282 /crypto | |
parent | 6de156f87cb127e1540c2c3be8070523c69b827e (diff) | |
download | portable-b80c4bf262a4eefbe55be78fee5853b787711bca.tar.gz portable-b80c4bf262a4eefbe55be78fee5853b787711bca.tar.bz2 portable-b80c4bf262a4eefbe55be78fee5853b787711bca.zip |
initial support for midipix
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/compat/arc4random.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h index 762aec2..ffa3239 100644 --- a/crypto/compat/arc4random.h +++ b/crypto/compat/arc4random.h | |||
@@ -15,6 +15,9 @@ | |||
15 | #elif defined(__linux__) | 15 | #elif defined(__linux__) |
16 | #include "arc4random_linux.h" | 16 | #include "arc4random_linux.h" |
17 | 17 | ||
18 | #elif defined(__midipix__) | ||
19 | #include "arc4random_linux.h" | ||
20 | |||
18 | #elif defined(__NetBSD__) | 21 | #elif defined(__NetBSD__) |
19 | #include "arc4random_netbsd.h" | 22 | #include "arc4random_netbsd.h" |
20 | 23 | ||