mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 16:30:52 +01:00
libratbox: don't build arc4random support if mbedtls is present. libratbox r29245
This commit is contained in:
parent
5cc7ba2577
commit
6dcf35b167
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <libratbox_config.h>
|
||||
#include <ratbox_lib.h>
|
||||
|
||||
#if !defined(HAVE_OPENSSL) && !defined(HAVE_GNUTLS) && !defined(HAVE_ARC4RANDOM)
|
||||
#if !defined(HAVE_OPENSSL) && !defined(HAVE_GNUTLS) && !defined(HAVE_MBEDTLS) && !defined(HAVE_ARC4RANDOM)
|
||||
|
||||
#include "arc4random.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue