Commit cf4bfd48 authored by MinRK's avatar MinRK

include missing platform.hpp in curve_keygen

it was excluded, so HAVE_SODIUM would never be defined,
leading to curve_keygen always reporting "recompile with libsodium"
parent 3d7b2b4c
......@@ -25,6 +25,7 @@
*/
#include <assert.h>
#include <platform.hpp>
#include <zmq_utils.h>
#ifdef HAVE_LIBSODIUM
# include <sodium.h>
......
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