Commit d6f4263c authored by boringuy's avatar boringuy Committed by Luca Boccassi

cmake WITH_LIBSODIUM option is broken (#2349)

* cmake WITH_LIBSODIUM option is broken

- Fixed the variable name in platform.hpp.in
- Fixed #if check for randombytes_close() when libsodium is used

* Fixed typo from previous commit

* Reverted compile error fix for randombytes_close()
parent 6818cced
......@@ -35,7 +35,7 @@
#cmakedefine ZMQ_HAVE_CURVE
#cmakedefine ZMQ_USE_TWEETNACL
#cmakedefine HAVE_LIBSODIUM
#cmakedefine ZMQ_USE_LIBSODIUM
#ifdef _AIX
#define ZMQ_HAVE_AIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment