refactor: add sodium-internal to cmake and re-import as sodium crypto sign

This commit is contained in:
0x330a 2023-10-06 13:22:07 +11:00
parent c013a276f1
commit 1a3c86a7d0
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C
2 changed files with 2 additions and 2 deletions

View File

@ -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})

View File

@ -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 {