Update Darwin platform project with solid support for linking libsodium & libjson-c
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define _MPW_MARSHALL_UTIL_H
|
||||
|
||||
#include <time.h>
|
||||
#include <json-c/json.h>
|
||||
#include "json-c/json.h"
|
||||
|
||||
#include "mpw-algorithm.h"
|
||||
|
||||
|
@@ -31,10 +31,6 @@
|
||||
#include <scrypt/sha256.h>
|
||||
#elif HAS_SODIUM
|
||||
#include "sodium.h"
|
||||
#ifdef SODIUM_LIBRARY_MINIMAL
|
||||
#include "crypto_stream_aes128ctr.h"
|
||||
#include "crypto_kdf_blake2b.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "mpw-util.h"
|
||||
|
Reference in New Issue
Block a user