mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
tweetnacl integration
This commit is contained in:
@@ -30,8 +30,13 @@
|
||||
#else
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBSODIUM
|
||||
# include <sodium.h>
|
||||
#ifdef HAVE_TWEETNACL
|
||||
#include "tweetnacl_base.h"
|
||||
#else
|
||||
#include "sodium.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user