Problem: HAVE_LIBSODIUM macro is inconsistent

Solution: use ZMQ_USE_LIBSODIUM to match ZMQ_USE_TWEETNACL
This commit is contained in:
Pieter Hintjens
2016-03-12 15:25:41 +01:00
parent 6630a7ceaf
commit 6a78b3ec19
6 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
#if defined (ZMQ_USE_TWEETNACL)
# include "tweetnacl.h"
#elif defined (HAVE_LIBSODIUM)
#elif defined (ZMQ_USE_LIBSODIUM)
# include "sodium.h"
#endif