mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 14:06:14 +00:00
refactor: add sodium-internal to cmake and re-import as sodium crypto sign
This commit is contained in:
@@ -63,6 +63,7 @@ target_link_libraries( # Specifies the target library.
|
||||
PUBLIC
|
||||
libsession::config
|
||||
libsession::crypto
|
||||
libsodium::sodium-internal
|
||||
# Links the target library to the log library
|
||||
# included in the NDK.
|
||||
${log-lib})
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "util.h"
|
||||
//#include <sodium/crypto_sign.h>
|
||||
#include "../../../libsession-util/external/libsodium-internal/src/libsodium/include/sodium/crypto_sign.h"
|
||||
#include <sodium/crypto_sign.h>
|
||||
#include <string>
|
||||
|
||||
namespace util {
|
||||
|
||||
Reference in New Issue
Block a user