diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-27 19:19:38 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-27 19:55:54 +0100 |
commit | 2f516f9ceaaf5b964de953aae82498818db9091b (patch) | |
tree | 90a4b7b26347429dd76ca8d6053c444156dbcf59 /src/fastd_config.h.in | |
parent | c62a0f592c49b41d393fae580ce9f1293ee7a16d (diff) | |
download | fastd-2f516f9ceaaf5b964de953aae82498818db9091b.tar fastd-2f516f9ceaaf5b964de953aae82498818db9091b.zip |
Correctly initialize OpenSSL
Diffstat (limited to 'src/fastd_config.h.in')
-rw-r--r-- | src/fastd_config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 8ef3aa0..8a6ae22 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -46,6 +46,7 @@ #cmakedefine HAVE_LIBSODIUM +#cmakedefine USE_OPENSSL #define MAX_CONFIG_DEPTH @MAX_CONFIG_DEPTH_NUM@ |