diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 904e69f..24c6821 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -631,6 +631,10 @@ if(NOT HAVE_ARC4RANDOM_BUF) | |||
631 | endif() | 631 | endif() |
632 | endif() | 632 | endif() |
633 | 633 | ||
634 | if(NOT HAVE_ARC4RANDOM_UNIFORM) | ||
635 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/arc4random_uniform.c) | ||
636 | endif() | ||
637 | |||
634 | if(NOT HAVE_TIMINGSAFE_BCMP) | 638 | if(NOT HAVE_TIMINGSAFE_BCMP) |
635 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/timingsafe_bcmp.c) | 639 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/timingsafe_bcmp.c) |
636 | endif() | 640 | endif() |