diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-10-05 13:05:12 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-10-05 13:52:26 +0200 |
commit | c8ab23cbce8a209566f317d22e2c554ff621e3c8 (patch) | |
tree | d5705905d8cd21eee16a5487ba10bc87b20f4e34 /src/lib/config.h.in | |
parent | d7db0ac776bdeaff89d13e951e19e9fe28d7bbd1 (diff) | |
download | ouroboros-c8ab23cbce8a209566f317d22e2c554ff621e3c8.tar.gz ouroboros-c8ab23cbce8a209566f317d22e2c554ff621e3c8.zip |
build: Allow older OpenSSL versions for random
Ubuntu 16 comes with older versions of OpenSSL, glibc and
libgcrypt. Ouroboros will now fall back to OpenSSL even if the version
is <= 1.1.0.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/config.h.in')
-rw-r--r-- | src/lib/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h.in b/src/lib/config.h.in index 70261cab..8afc9a8c 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -33,6 +33,7 @@ #cmakedefine SHM_RBUFF_LOCKLESS #cmakedefine SHM_RDRB_MULTI_BLOCK #cmakedefine QOS_DISABLE_CRC +#cmakedefine HAVE_OPENSSL_RNG #define SHM_RBUFF_PREFIX "@SHM_RBUFF_PREFIX@" #define SHM_LOCKFILE_NAME "@SHM_LOCKFILE_NAME@" |