Fixed the ed25519 include path and using proper c include
This commit is contained in:
parent
1a14882632
commit
222129b594
@ -16,7 +16,7 @@ find_package(DataPipes REQUIRED)
|
|||||||
include_directories(${DataPipes_INCLUDE_DIR})
|
include_directories(${DataPipes_INCLUDE_DIR})
|
||||||
|
|
||||||
find_package(Ed25519 REQUIRED)
|
find_package(Ed25519 REQUIRED)
|
||||||
include_directories(${ed25519_INCLUDE_DIR})
|
include_directories(${Ed25519_INCLUDE_DIR})
|
||||||
|
|
||||||
set(TARGET_LIBRARIES)
|
set(TARGET_LIBRARIES)
|
||||||
set(FEATURE_LOGGING ON)
|
set(FEATURE_LOGGING ON)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//#define NO_OPEN_SSL /* because we're lazy and dont want to build this lib extra for the TeaClient */
|
//#define NO_OPEN_SSL /* because we're lazy and dont want to build this lib extra for the TeaClient */
|
||||||
#define FIXEDINT_H_INCLUDED /* else it will be included by ge */
|
#define FIXEDINT_H_INCLUDED /* else it will be included by ge */
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
#include <ed25519/ge.h>
|
#include <ed25519/ge.h>
|
||||||
#include <ed25519/ed25519.h>
|
#include <ed25519/ed25519.h>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user